Skip to content

Commit

Permalink
versionCode and versionName updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Oct 17, 2023
1 parent f8726b4 commit fd12462
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 @@ -92,8 +92,8 @@ android {

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

versionCode = 41000000
versionName = "4.1.0"
versionCode = 41000100
versionName = "4.1.1"

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

0 comments on commit fd12462

Please sign in to comment.