Skip to content

Commit

Permalink
Update versionCode and versionName for 2.19_beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgardep committed Nov 3, 2021
1 parent 5deda87 commit adc3b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion owncloud-android-library
4 changes: 2 additions & 2 deletions owncloudApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ android {

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

versionCode = 21800300
versionName = "2.18.3"
versionCode = 21800301
versionName = "2.19-beta.1"

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

0 comments on commit adc3b53

Please sign in to comment.