Skip to content

Commit

Permalink
Bump version to 1.4.4 (17)
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Oct 31, 2023
1 parent cddf9e5 commit 4ccaa68
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ android {
}
}

compileSdkVersion 34

defaultConfig {
applicationId "org.secuso.privacyfriendlynotes"
minSdkVersion 21
compileSdk 34
targetSdkVersion 34
versionCode 16
versionName "1.4.3"
versionCode 17
versionName "1.4.4"

javaCompileOptions {
annotationProcessorOptions {
Expand All @@ -34,8 +33,8 @@ android {
}
}

applicationVariants.all { variant ->
variant.outputs.all {
applicationVariants.configureEach { variant ->
variant.outputs.configureEach {
outputFileName = "pfa-notes-${variant.name}-v${variant.versionName}.apk"
}
}
Expand Down

0 comments on commit 4ccaa68

Please sign in to comment.