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

Update versionCode and versionName

This commit is contained in:
agarcia 2020-05-07 11:11:25 +02:00
parent 8708af1cfd
commit 1cee1a7a65

View File

@ -29,8 +29,8 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode = 10000403
versionName = "1.0.5-beta.2"
versionCode = 10000500
versionName = "1.0.5"
// This is pretty ugly but manifest placeholders don't seem to work very well when using different modules
// See https://github.com/openid/AppAuth-Android/issues/325