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

Update version to 1.2.3

parent d6c57e99
No related branches found
No related tags found
No related merge requests found
Pipeline #1477288 passed
......@@ -11,7 +11,7 @@ image: eclipse-temurin:19-jdk-jammy
variables:
APP_VERSION: "1.2.2"
APP_VERSION: "1.2.3"
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.2"
versionName = "1.2.3"
// 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