File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ if (nightlyKeystorePropertiesFile.exists()) {
3636
3737android {
3838 namespace " com.ccextractor.taskwarriorflutter"
39- compileSdkVersion 35
39+ compileSdkVersion 36
4040
4141 compileOptions {
4242 sourceCompatibility JavaVersion . VERSION_1_8
4343 targetCompatibility JavaVersion . VERSION_1_8
44+ coreLibraryDesugaringEnabled true
4445 }
4546
4647 kotlinOptions {
@@ -101,5 +102,6 @@ flutter {
101102}
102103
103104dependencies {
105+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4'
104106}
105107
Original file line number Diff line number Diff line change 3838 </intent-filter >
3939 </activity >
4040
41- <receiver android : name =" TaskWarriorWidgetProvider"
41+ <receiver android : name =" . TaskWarriorWidgetProvider"
4242 android : exported =" true" >
4343 <intent-filter >
4444 <action android : name =" android.appwidget.action.APPWIDGET_UPDATE" />
Original file line number Diff line number Diff line change 1- org.gradle.jvmargs =-Xmx1536M
1+ org.gradle.jvmargs =-Xmx4096M
22android.useAndroidX =true
33android.enableJetifier =true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21- id " com.android.application" version " 8.1 .0" apply false
22- id " org.jetbrains.kotlin.android" version " 1.9.10 " apply false
21+ id " com.android.application" version " 8.6 .0" apply false
22+ id " org.jetbrains.kotlin.android" version " 2.1.0 " apply false
2323}
2424
2525include " :app"
You can’t perform that action at this time.
0 commit comments