Skip to content

Commit ff03966

Browse files
committedAug 8, 2023
Putting the correct versionCode for the beta version.
1 parent be47992 commit ff03966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎owncloudApp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ android {
9292

9393
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
9494

95-
versionCode = 41000000
95+
versionCode = 40000001
9696
versionName = "4.1.0-beta.1"
9797

9898
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""

0 commit comments

Comments
 (0)
Please sign in to comment.