mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge pull request #459 from misaochan/target-sdk-23
Lower target SDK to 23
This commit is contained in:
commit
c9027d9cb5
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@ compileSdkVersion = android-25
|
||||||
buildToolsVersion = 25.0.1
|
buildToolsVersion = 25.0.1
|
||||||
|
|
||||||
minSdkVersion = 15
|
minSdkVersion = 15
|
||||||
targetSdkVersion = 25
|
# Needs to remain at API 23 until https://github.com/commons-app/apps-android-commons/issues/457
|
||||||
|
# is fixed
|
||||||
|
targetSdkVersion = 23
|
||||||
android.useDeprecatedNdk=true
|
android.useDeprecatedNdk=true
|
||||||
|
|
||||||
# Library dependencies
|
# Library dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue