Skip to content

Commit 4efdf11

Browse files
committed
(Chore): Update example app's build.gradle file
1 parent 803a2b2 commit 4efdf11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/push_notifications/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
2727
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2828

2929
android {
30-
compileSdkVersion flutter.compileSdkVersion
30+
compileSdkVersion 33
3131

3232
compileOptions {
3333
sourceCompatibility JavaVersion.VERSION_1_8
@@ -46,7 +46,7 @@ android {
4646
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4747
applicationId "com.talkjs.flutter_push_example"
4848
minSdkVersion 19
49-
targetSdkVersion flutter.targetSdkVersion
49+
targetSdkVersion 33
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName
5252
}

0 commit comments

Comments
 (0)