Skip to content

Commit

Permalink
Update versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Dec 13, 2024
1 parent 74e00a0 commit 16c83cd
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.0.7"
val versionName = "1.1.0"
val versionCode = deriveVersionCodeFromGit()

setProperty("archivesBaseName", "artemis-android-$versionName-$versionCode")
Expand Down

0 comments on commit 16c83cd

Please sign in to comment.