Skip to content

Commit d5ce693

Browse files
Merge pull request #180 from Onegini/SDKAND-1207
SDKAND-1207 Target Android 11
2 parents ddc57ca + 0eea38b commit d5ce693

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ allprojects {
4444
}
4545

4646
android {
47-
compileSdkVersion 29
48-
buildToolsVersion '29.0.3'
47+
compileSdkVersion 30
48+
buildToolsVersion '30.0.2'
4949

5050
compileOptions {
5151
sourceCompatibility JavaVersion.VERSION_1_8
@@ -54,8 +54,8 @@ android {
5454

5555
defaultConfig {
5656
applicationId "com.onegini.mobile.exampleapp"
57-
minSdkVersion 21
58-
targetSdkVersion 29
57+
minSdkVersion 23
58+
targetSdkVersion 30
5959
versionCode 19
6060
versionName "6.1.0"
6161
multiDexEnabled true

0 commit comments

Comments
 (0)