Skip to content

Commit

Permalink
fixed version code
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Mar 10, 2023
1 parent 3b97198 commit f969c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
applicationId "de.lolhens.resticui"
minSdkVersion 24
targetSdkVersion 33
versionCode getVersionCode() ?: 1
versionCode getVersionCodeOrNull() ?: 1
versionName getVersionOrNull() ?: "0.0.1-SNAPSHOT"
setProperty('archivesBaseName', [
"restic-android",
Expand Down

0 comments on commit f969c21

Please sign in to comment.