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

Updated versionCode and versionName

This commit is contained in:
Fernando Sanz 2022-05-11 09:53:47 +02:00
parent 45a9a190f8
commit fd8caa42cb

View File

@ -27,8 +27,8 @@ android {
minSdkVersion 21
targetSdkVersion 31
versionCode = 10001400
versionName = "1.0.14"
versionCode = 10001401
versionName = "1.0.15-beta.1"
}
lint {