v0.7.0: moved SDK declarations to build.gradle
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user