ci: add GitHub Actions workflow to build & release Scale Gateway APK
- Add .github/workflows/build-scale-gateway.yml Triggers on push to main (evershelf-scale-gateway/** path filter) Builds debug APK with Gradle/JDK 17, renames to evershelf-scale-gateway.apk Creates/updates 'latest' GitHub Release so the direct download URL resolves - Bump web app version v1.2.0 -> v1.3.0 (index.html) - Bump Android versionCode 1->2, versionName 1.0.0->1.3.0 (app/build.gradle.kts)
This commit is contained in:
@@ -11,8 +11,8 @@ android {
|
||||
applicationId = "it.dadaloop.evershelf.scalegate"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "1.0.0"
|
||||
versionCode = 2
|
||||
versionName = "1.3.0"
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
||||
Reference in New Issue
Block a user