mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Change target SDK to 26 temporarily
This commit is contained in:
parent
0925c5bc73
commit
07833f19e9
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ android.useDeprecatedNdk=true
|
||||||
BUTTERKNIFE_VERSION=8.6.0
|
BUTTERKNIFE_VERSION=8.6.0
|
||||||
org.gradle.jvmargs=-Xmx1536M
|
org.gradle.jvmargs=-Xmx1536M
|
||||||
buildToolsVersion=27.0.0
|
buildToolsVersion=27.0.0
|
||||||
targetSdkVersion=27
|
#TODO: Change back to 27 in v2.9, see https://github.com/commons-app/apps-android-commons/issues/1877
|
||||||
|
targetSdkVersion=26
|
||||||
|
|
||||||
#TODO: Temporary disabled. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#aapt2
|
#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
|
#Refer to PR: https://github.com/commons-app/apps-android-commons/pull/932
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue