Update build.gradle

This commit is contained in:
谦君
2025-12-24 03:44:42 +08:00
parent 06b878a731
commit b24a262ca7

View File

@@ -7,8 +7,8 @@ android {
applicationId "games.wenzi.ogame"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "1.4.0"
versionCode 15
versionName "1.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.