Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 83048b6

Browse files
committed
Update versionName and versionCode for a new stable release
1 parent 8a3ba16 commit 83048b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

owncloudComLibrary/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ dependencies {
1919
}
2020

2121
android {
22-
compileSdkVersion 29
22+
compileSdkVersion 30
2323

2424
defaultConfig {
2525
minSdkVersion 21
26-
targetSdkVersion 29
26+
targetSdkVersion 30
2727

28-
versionCode = 10001201
29-
versionName = "1.0.13-beta.1"
28+
versionCode = 10001300
29+
versionName = "1.0.13"
3030
}
3131

3232
lintOptions {

0 commit comments

Comments
 (0)