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

Commit 97a613f

Browse files
committed
Bump target sdk to api 31
1 parent d8ac22d commit 97a613f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owncloudComLibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ dependencies {
2121
}
2222

2323
android {
24-
compileSdkVersion 30
24+
compileSdkVersion 31
2525

2626
defaultConfig {
2727
minSdkVersion 21
28-
targetSdkVersion 30
28+
targetSdkVersion 31
2929

3030
versionCode = 10001400
3131
versionName = "1.0.14"

0 commit comments

Comments
 (0)