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

Update versionName and versionCode to 1.0.4

This commit is contained in:
davigonz 2019-12-11 12:46:13 +01:00
parent a708b794c0
commit ebb31c5313

View File

@ -22,8 +22,8 @@ android {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode = 10000300 versionCode = 10000400
versionName = "1.0.3" versionName = "1.0.4"
} }
lintOptions { lintOptions {