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

Merge pull request #316 from owncloud/release/1.0.5_beta.1

[Release] 1.0.5 beta 1
This commit is contained in:
Abel García de Prada 2020-05-06 14:57:41 +02:00 committed by GitHub
commit 8228374d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,8 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode = 10000401
versionName = "1.0.4.1"
versionCode = 10000402
versionName = "1.0.5-beta.1"
// 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