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

Update version to 1.1.0

parent b4e81865
No related branches found
No related tags found
No related merge requests found
Pipeline #1282522 passed
......@@ -11,7 +11,7 @@ image: eclipse-temurin:17-jdk-jammy
variables:
APP_VERSION: "1.0.3"
APP_VERSION: "1.1.0"
APP_APK: "kaffeekasse-${APP_VERSION}.apk"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/kaffeekasse/${APP_VERSION}"
......
......@@ -16,7 +16,7 @@ android {
minSdk = 29
targetSdk = 34
versionCode = 1
versionName = "1.0.3"
versionName = "1.1.0"
// 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.
Please register or to comment