build: versionCode 7→8 + Release #8 + APK 3.5MB

This commit is contained in:
LukeMackin
2026-07-19 22:57:19 +08:00
parent e8f00faf41
commit 91b273e5b9
36 changed files with 899 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ android {
applicationId "dev.yuzu.gca"
minSdk 24
targetSdk 35
versionCode 7
versionCode 8
versionName "0.1.0"
}

View File

@@ -43,7 +43,7 @@ class MainActivity : AppCompatActivity() {
layout.addView(title)
val versionInfo = TextView(this).apply {
text = "v0.1.0-dav-android-7-debug"
text = "v0.1.0-dav-android-8-debug"
textSize = 12f
setTextColor(Color.GRAY)
setPadding(0, 0, 0, 12)