v0.7.0: moved SDK declarations to build.gradle
This commit is contained in:
parent
f86945cb91
commit
67a5925e87
|
@ -29,6 +29,11 @@ android {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
//noinspection MinSdkTooLow
|
||||
minSdkVersion 8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"/>
|
||||
|
||||
<uses-feature
|
||||
android:glEsVersion="0x00020000"/>
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@ android {
|
|||
defaultConfig {
|
||||
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
||||
"eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in"
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 28
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -4,10 +4,6 @@
|
|||
android:versionCode="264"
|
||||
android:versionName="0.6.5c"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
android:targetSdkVersion="28"/>
|
||||
|
||||
<uses-feature
|
||||
android:glEsVersion="0x00020000"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user