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:
parent
8a3ba16f96
commit
83048b61d8
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user