3 Commits
0.0.10 ... main

Author SHA1 Message Date
c5df4c4371 Merge pull request 'Minify APK' (#2) from dev into main
Reviewed-on: #2
2025-07-22 16:46:30 -07:00
fe8c97766b Update the app version. 2025-07-22 16:44:41 -07:00
02144dbc27 Minify the APK. 2025-07-22 16:37:20 -07:00

View File

@@ -7,13 +7,13 @@ android {
applicationId "apps.hyperling.com.platformer"
minSdkVersion 14
targetSdkVersion 36
versionCode 11
versionName "0.0.10"
versionCode 12
versionName "0.0.11"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}