mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
gradle: bump up minSDKVersion to 21
This commit is contained in:
parent
9cb0652bad
commit
a43f9a0cc2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ android {
|
|||
if (buildAsApplication) {
|
||||
applicationId "org.etlegacy.app"
|
||||
}
|
||||
minSdkVersion 16
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
|
Loading…
Reference in a new issue