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 {
|
dependencies {
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
||||||
<uses-sdk
|
|
||||||
android:minSdkVersion="8"/>
|
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:glEsVersion="0x00020000"/>
|
android:glEsVersion="0x00020000"/>
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
||||||
"eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in"
|
"eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in"
|
||||||
|
minSdkVersion 8
|
||||||
|
targetSdkVersion 28
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -4,10 +4,6 @@
|
||||||
android:versionCode="264"
|
android:versionCode="264"
|
||||||
android:versionName="0.6.5c"
|
android:versionName="0.6.5c"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-sdk
|
|
||||||
android:minSdkVersion="8"
|
|
||||||
android:targetSdkVersion="28"/>
|
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:glEsVersion="0x00020000"/>
|
android:glEsVersion="0x00020000"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user