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

Update version to 1.2.2

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