Fixes issues #1228 added recenter button to nearby map

This commit is contained in:
Jatin Rao 2018-03-02 03:56:21 +05:30 committed by maskara
parent fc91fb8d39
commit b7b87e0615
5 changed files with 323 additions and 86 deletions

View file

@ -20,6 +20,9 @@ BUTTERKNIFE_VERSION=8.6.0
org.gradle.jvmargs=-Xmx1536M
buildToolsVersion=26.0.2
targetSdkVersion=25
#TODO: Temporary disabled. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#aapt2
#Refer to PR: https://github.com/commons-app/apps-android-commons/pull/932
android.enableAapt2=false
SUPPORT_LIB_VERSION=26.0.2
minSdkVersion=15