Skip to content

Commit 6f363bb

Browse files
authored
Merge pull request #7 from Radweb/fix/sdk-version
Bump android sdk version
2 parents 9c17563 + 924c1ec commit 6f363bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ apply plugin: 'idea'
1414
apply plugin: 'com.android.library'
1515

1616
android {
17-
compileSdkVersion 28
18-
buildToolsVersion "28.0.3"
17+
compileSdkVersion 31
18+
buildToolsVersion "31.0.0"
1919

2020
defaultConfig {
2121
minSdkVersion 21
22-
targetSdkVersion 28
22+
targetSdkVersion 31
2323
versionCode 1
2424
versionName "1.0"
2525
}

0 commit comments

Comments
 (0)