1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Update versionCode and versionName

This commit is contained in:
Abel García de Prada 2021-11-03 18:23:58 +01:00
parent 37bae10618
commit e6b3df103e

View File

@ -25,8 +25,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode = 10001200
versionName = "1.0.12"
versionCode = 10001201
versionName = "1.0.13-beta.1"
}
lintOptions {