Skip to content

Commit

Permalink
Bump version to 1.3.4 (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Dec 4, 2024
1 parent 1715bbe commit 293c89d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "org.secuso.privacyfriendlybackup"
minSdkVersion 21
targetSdkVersion 34
versionCode 7
versionName "1.3.3"
versionCode 8
versionName "1.3.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -41,7 +41,7 @@ android {
}

android.applicationVariants.configureEach { variant ->
variant.outputs.all {
variant.outputs.configureEach {
def appName = "pfa-backup"
outputFileName = appName + "-${variant.name}-v${variant.versionName}.apk"
}
Expand Down

0 comments on commit 293c89d

Please sign in to comment.