File tree Expand file tree Collapse file tree
example/push_notifications/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if (flutterVersionName == null) {
2727
2828android {
2929 namespace ' com.talkjs.flutter_push_example'
30- compileSdkVersion 35
30+ compileSdkVersion 36
3131
3232 compileOptions {
3333 coreLibraryDesugaringEnabled true
@@ -48,7 +48,7 @@ android {
4848 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4949 applicationId " com.talkjs.flutter_push_example"
5050 minSdkVersion 23
51- targetSdkVersion 34
51+ targetSdkVersion 36
5252 versionCode flutterVersionCode. toInteger()
5353 versionName flutterVersionName
5454 }
@@ -67,5 +67,5 @@ flutter {
6767}
6868
6969dependencies {
70- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.3 '
70+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.5 '
7171}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ pluginManagement {
1919
2020plugins {
2121 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22- id " com.android.application" version " 8.4 .0" apply false
22+ id " com.android.application" version " 8.12 .0" apply false
2323 // START: FlutterFire Configuration
24- id " com.google.gms.google-services" version " 4.3.15 " apply false
24+ id " com.google.gms.google-services" version " 4.4.3 " apply false
2525 // END: FlutterFire Configuration
26- id " org.jetbrains.kotlin.android" version " 1.9.23 " apply false
26+ id " org.jetbrains.kotlin.android" version " 2.2.0 " apply false
2727}
2828
2929include " :app"
You can’t perform that action at this time.
0 commit comments