Skip to content

Commit f969c21

Browse files
committed
fixed version code
1 parent 3b97198 commit f969c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
applicationId "de.lolhens.resticui"
2323
minSdkVersion 24
2424
targetSdkVersion 33
25-
versionCode getVersionCode() ?: 1
25+
versionCode getVersionCodeOrNull() ?: 1
2626
versionName getVersionOrNull() ?: "0.0.1-SNAPSHOT"
2727
setProperty('archivesBaseName', [
2828
"restic-android",

0 commit comments

Comments
 (0)