1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-17 19:32:56 +00:00

Apply changes requested in code review

This commit is contained in:
davigonz
2020-02-06 15:03:50 +01:00
parent 4153ee4e35
commit 1b4ce388b3
3 changed files with 34 additions and 39 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ android {
versionCode = 10000401
versionName = "1.0.4.1"
manifestPlaceholders = [appAuthRedirectScheme: 'oc']
// 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
manifestPlaceholders = [appAuthRedirectScheme: '']
}
lintOptions {