Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit f75f64a

Browse files
authored
Merge pull request #434 from owncloud/api30
Api 30
2 parents 0570572 + dd088d7 commit f75f64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample_client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ dependencies {
55
}
66

77
android {
8-
compileSdkVersion 29
8+
compileSdkVersion 30
99

1010
defaultConfig {
1111
minSdkVersion 21
12-
targetSdkVersion 29
12+
targetSdkVersion 30
1313

1414
// This is pretty ugly but manifest placeholders don't seem to work very well when using different modules
1515
// See https://github.com/openid/AppAuth-Android/issues/325

0 commit comments

Comments
 (0)