mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Update versionName and versionCode for a new stable release
This commit is contained in:
@@ -19,14 +19,14 @@ dependencies {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
|
||||
versionCode = 10001201
|
||||
versionName = "1.0.13-beta.1"
|
||||
versionCode = 10001300
|
||||
versionName = "1.0.13"
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
||||
Reference in New Issue
Block a user