We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b97198 commit f969c21Copy full SHA for f969c21
app/build.gradle
@@ -22,7 +22,7 @@ android {
22
applicationId "de.lolhens.resticui"
23
minSdkVersion 24
24
targetSdkVersion 33
25
- versionCode getVersionCode() ?: 1
+ versionCode getVersionCodeOrNull() ?: 1
26
versionName getVersionOrNull() ?: "0.0.1-SNAPSHOT"
27
setProperty('archivesBaseName', [
28
"restic-android",
0 commit comments