Skip to content

Commit

Permalink
build: updated versionCode and versionNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed May 30, 2024
1 parent cd00d2e commit 5b2a42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owncloudApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ android {

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

versionCode = 42000200
versionName = "4.2.1"
versionCode = 42000300
versionName = "4.2.2"

buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
Expand Down

0 comments on commit 5b2a42e

Please sign in to comment.