diff --git a/app/build.gradle.kts b/app/build.gradle.kts index abdc3fb12..de77c2c8b 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.0.7" + val versionName = "1.1.0" val versionCode = deriveVersionCodeFromGit() setProperty("archivesBaseName", "artemis-android-$versionName-$versionCode")