We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803a2b2 commit 4efdf11Copy full SHA for 4efdf11
example/push_notifications/android/app/build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
27
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
28
29
android {
30
- compileSdkVersion flutter.compileSdkVersion
+ compileSdkVersion 33
31
32
compileOptions {
33
sourceCompatibility JavaVersion.VERSION_1_8
@@ -46,7 +46,7 @@ android {
46
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
47
applicationId "com.talkjs.flutter_push_example"
48
minSdkVersion 19
49
- targetSdkVersion flutter.targetSdkVersion
+ targetSdkVersion 33
50
versionCode flutterVersionCode.toInteger()
51
versionName flutterVersionName
52
}
0 commit comments