1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-12 00:42:58 +00:00

Merge pull request #319 from owncloud/release/1.0.5

[Release] 1.0.5
This commit is contained in:
Abel García de Prada
2020-06-03 11:14:11 +02:00
committed by GitHub
+2 -2
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