Skip to content
Snippets Groups Projects
Commit 4c407c5f authored by Jonas Broeckmann's avatar Jonas Broeckmann
Browse files

Update version to 1.2.4

parent 41687038
No related branches found
No related tags found
No related merge requests found
Pipeline #1477663 passed
......@@ -11,7 +11,7 @@ image: eclipse-temurin:19-jdk-jammy
variables:
APP_VERSION: "1.2.3"
APP_VERSION: "1.2.4"
APP_APK: "kaffeekasse-${APP_VERSION}.apk"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/kaffeekasse/${APP_VERSION}"
......
......@@ -18,7 +18,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.2.3"
versionName = "1.2.4"
// Check that the version in environment matches the version in build.gradle.kts
System.getenv()["APP_VERSION"]?.let { versionFromEnv ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment