mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Test hardcoding targetSdkVersion
This commit is contained in:
parent
7f5bea4d68
commit
b6d68640e0
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ android {
|
||||||
versionCode 72
|
versionCode 72
|
||||||
versionName '2.4.1'
|
versionName '2.4.1'
|
||||||
minSdkVersion project.minSdkVersion
|
minSdkVersion project.minSdkVersion
|
||||||
targetSdkVersion project.targetSdkVersion
|
targetSdkVersion 23
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue