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

Update versionName and versionCode

This commit is contained in:
davigonz 2019-12-18 17:56:53 +01:00
parent 094e698e95
commit 169836683e

View File

@ -22,8 +22,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode = 10000400 versionCode = 10000401
versionName = "1.0.4" versionName = "1.0.4.1"
} }
lintOptions { lintOptions {