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

Commit cb8495f

Browse files
build: update android sdk compile
1 parent edba091 commit cb8495f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 31
25+
compileSdkVersion 33
2626

2727
compileOptions {
2828
sourceCompatibility JavaVersion.VERSION_1_8

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 31
28+
compileSdkVersion 33
2929

3030
compileOptions {
3131
sourceCompatibility JavaVersion.VERSION_1_8
@@ -35,7 +35,7 @@ android {
3535
defaultConfig {
3636
applicationId "com.julienvignali.phone_number_example"
3737
minSdkVersion 16
38-
targetSdkVersion 31
38+
targetSdkVersion 33
3939
versionCode flutterVersionCode.toInteger()
4040
versionName flutterVersionName
4141
}

0 commit comments

Comments
 (0)