diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c3074014a..8bbdcdcdd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,7 +21,7 @@ plugins { android { namespace = "de.tum.informatics.www1.artemis.native_app.android" - val versionName = "1.1.0" + val versionName = "1.1.1" val versionCode = deriveVersionCodeFromGit() setProperty("archivesBaseName", "artemis-android-$versionName-$versionCode")