Skip to content

Commit 244c5dd

Browse files
authored
fix versionCode
1 parent c6c184d commit 244c5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
applicationId "de.lolhens.resticui"
2222
minSdkVersion 24
2323
targetSdkVersion 33
24-
versionCode getBuildNumber()
24+
versionCode getBuildNumber() + 1941588000
2525
versionName getVersion()
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -76,4 +76,4 @@ dependencies {
7676
testImplementation 'junit:junit:4.13.2'
7777
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
7878
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
79-
}
79+
}

0 commit comments

Comments
 (0)