Skip to content

Commit

Permalink
Update versionName to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Jan 10, 2025
1 parent 5a58bb7 commit 1c736af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1c736af

Please sign in to comment.