Compare commits
1 Commits
Final
...
b2c9cd6cb6
Author | SHA1 | Date | |
---|---|---|---|
b2c9cd6cb6 |
@@ -1,14 +1,14 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
compileSdkVersion 36
|
||||
buildToolsVersion "24.0.2"
|
||||
defaultConfig {
|
||||
applicationId "apps.hyperling.com.platformer"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 24
|
||||
versionCode 10
|
||||
versionName "0.9"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 36
|
||||
versionCode 11
|
||||
versionName "0.0.10"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
Reference in New Issue
Block a user