We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c184d commit 244c5ddCopy full SHA for 244c5dd
app/build.gradle
@@ -21,7 +21,7 @@ android {
21
applicationId "de.lolhens.resticui"
22
minSdkVersion 24
23
targetSdkVersion 33
24
- versionCode getBuildNumber()
+ versionCode getBuildNumber() + 1941588000
25
versionName getVersion()
26
27
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -76,4 +76,4 @@ dependencies {
76
testImplementation 'junit:junit:4.13.2'
77
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
78
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
79
-}
+}
0 commit comments