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

Version 1.0.2

parent 13033c97
No related branches found
No related tags found
No related merge requests found
Pipeline #1270022 passed
......@@ -11,7 +11,7 @@ image: eclipse-temurin:17-jdk-jammy
variables:
APP_VERSION: "1.0.1"
APP_VERSION: "1.0.2"
APP_APK: "kaffeekasse-${APP_VERSION}.apk"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/kaffeekasse/${APP_VERSION}"
......
......@@ -15,7 +15,7 @@ android {
minSdk = 29
targetSdk = 34
versionCode = 1
versionName = "1.0.1"
versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment