1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00
This commit is contained in:
Hannes Achleitner 2021-09-13 09:40:02 +02:00 committed by Abel García de Prada
parent 05705722ef
commit dd088d7222

View File

@ -5,11 +5,11 @@ dependencies {
}
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
// 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