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

Upgrade version code and version name

This commit is contained in:
agarcia 2020-09-03 13:58:28 +02:00
parent 925f1e79aa
commit 154507773d

View File

@ -29,8 +29,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode = 10000600
versionName = "1.0.6"
versionCode = 10000700
versionName = "1.0.7"
// 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