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

Added beta tag to hiwi tracker

parent 6eec82bc
No related branches found
No related tags found
No related merge requests found
Pipeline #1282531 passed
......@@ -11,7 +11,7 @@ image: eclipse-temurin:17-jdk-jammy
variables:
APP_VERSION: "1.1.0"
APP_VERSION: "1.1.1"
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.1.0"
versionName = "1.1.1"
// Check that the version in environment matches the version in build.gradle.kts
System.getenv()["APP_VERSION"]?.let { versionFromEnv ->
......
......@@ -262,7 +262,7 @@ private fun AppModuleLabel(
style: TextStyle = LocalTextStyle.current
) = when (module) {
KaffeekasseModule -> Text("Kaffeekasse", modifier, style = style)
HiwiTrackerModule -> Text("Hiwi Tracker", modifier, style = style)
HiwiTrackerModule -> Text("Hiwi Tracker (beta)", modifier, style = style)
}
@Composable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment