Skip to content

Commit

Permalink
Version bump to 4.4.5-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Dec 21, 2024
1 parent 03a52e9 commit 9028006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
applicationId = "at.bitfire.davdroid"

versionCode = 404050001
versionName = "4.4.5"
versionCode = 404050002
versionName = "4.4.5-beta.2"

setProperty("archivesBaseName", "davx5-ose-$versionName")

Expand Down Expand Up @@ -213,4 +213,4 @@ dependencies {
testImplementation(libs.junit)
testImplementation(libs.mockk)
testImplementation(libs.okhttp.mockwebserver)
}
}

0 comments on commit 9028006

Please sign in to comment.