build: versionCode 7→8 + Release #8 + APK 3.5MB
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
"builds": {
|
"builds": {
|
||||||
"android": {
|
"android": {
|
||||||
"type": "apk",
|
"type": "apk",
|
||||||
"tag": "v0.1.0-dav-android-7",
|
"tag": "v0.1.0-dav-android-8",
|
||||||
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk",
|
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-8/v0.1.0-dav-android-8-debug.apk",
|
||||||
"sha256": "e9420218c8f90bd158043758b0fdb0d308f7047a52b9b7317f6a824431a6e017",
|
"sha256": "b2451a398ea2dd34e585c5ec4529d6654451c9b9ab4ddf4a25ec9b032f0ac2bf",
|
||||||
"size": 3236861,
|
"size": 3506569,
|
||||||
"channel": "beta",
|
"channel": "beta",
|
||||||
"minVersion": "0.1.0"
|
"minVersion": "0.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
"builds": {
|
"builds": {
|
||||||
"android": {
|
"android": {
|
||||||
"type": "apk",
|
"type": "apk",
|
||||||
"tag": "v0.1.0-dav-android-7",
|
"tag": "v0.1.0-dav-android-8",
|
||||||
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk",
|
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-8/v0.1.0-dav-android-8-debug.apk",
|
||||||
"sha256": "e9420218c8f90bd158043758b0fdb0d308f7047a52b9b7317f6a824431a6e017",
|
"sha256": "b2451a398ea2dd34e585c5ec4529d6654451c9b9ab4ddf4a25ec9b032f0ac2bf",
|
||||||
"size": 3236861,
|
"size": 3506569,
|
||||||
"channel": "nightly",
|
"channel": "nightly",
|
||||||
"minVersion": "0.1.0"
|
"minVersion": "0.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
"builds": {
|
"builds": {
|
||||||
"android": {
|
"android": {
|
||||||
"type": "apk",
|
"type": "apk",
|
||||||
"tag": "v0.1.0-dav-android-7",
|
"tag": "v0.1.0-dav-android-8",
|
||||||
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk",
|
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-8/v0.1.0-dav-android-8-debug.apk",
|
||||||
"sha256": "e9420218c8f90bd158043758b0fdb0d308f7047a52b9b7317f6a824431a6e017",
|
"sha256": "b2451a398ea2dd34e585c5ec4529d6654451c9b9ab4ddf4a25ec9b032f0ac2bf",
|
||||||
"size": 3236861,
|
"size": 3506569,
|
||||||
"channel": "stable",
|
"channel": "stable",
|
||||||
"minVersion": "0.1.0"
|
"minVersion": "0.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
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"
|
applicationId "dev.yuzu.gca"
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 35
|
targetSdk 35
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "0.1.0"
|
versionName "0.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
layout.addView(title)
|
layout.addView(title)
|
||||||
|
|
||||||
val versionInfo = TextView(this).apply {
|
val versionInfo = TextView(this).apply {
|
||||||
text = "v0.1.0-dav-android-7-debug"
|
text = "v0.1.0-dav-android-8-debug"
|
||||||
textSize = 12f
|
textSize = 12f
|
||||||
setTextColor(Color.GRAY)
|
setTextColor(Color.GRAY)
|
||||||
setPadding(0, 0, 0, 12)
|
setPadding(0, 0, 0, 12)
|
||||||
|
|||||||
Reference in New Issue
Block a user