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

Update versionName and versionCode for a new stable release

This commit is contained in:
Abel García de Prada 2021-11-05 13:18:04 +01:00
parent 8a3ba16f96
commit 83048b61d8

View File

@ -19,14 +19,14 @@ dependencies {
} }
android { android {
compileSdkVersion 29 compileSdkVersion 30
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 30
versionCode = 10001201 versionCode = 10001300
versionName = "1.0.13-beta.1" versionName = "1.0.13"
} }
lintOptions { lintOptions {