build: versionCode 7→8 + Release #8 + APK 3.5MB
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,7 @@ android {
|
||||
applicationId "dev.yuzu.gca"
|
||||
minSdk 24
|
||||
targetSdk 35
|
||||
versionCode 7
|
||||
versionCode 8
|
||||
versionName "0.1.0"
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user