@@ -2,6 +2,7 @@ plugins {
22 id " com.android.application"
33 id " kotlin-android"
44 id " dev.flutter.flutter-gradle-plugin"
5+ id " org.jetbrains.kotlin.plugin.compose" version " 2.1.0"
56}
67def localProperties = new Properties ()
78def localPropertiesFile = rootProject. file(' local.properties' )
@@ -43,7 +44,7 @@ android {
4344 }
4445
4546 composeOptions {
46- kotlinCompilerExtensionVersion = " 1.5.10 "
47+ kotlinCompilerExtensionVersion = " 1.5.15 "
4748 }
4849
4950 kotlinOptions {
@@ -94,12 +95,13 @@ flutter {
9495
9596dependencies {
9697 // All of this for AppWidgets support
97- implementation " androidx.compose.runtime:runtime:1.6.2"
98- implementation " androidx.compose.runtime:runtime-livedata:1.6.2"
99- implementation " androidx.compose.runtime:runtime-rxjava2:1.6.2"
100- implementation " androidx.glance:glance-appwidget:1.0.0"
101- implementation " androidx.glance:glance-material3:1.0.0"
102- implementation ' androidx.compose.ui:ui-unit-android:1.6.2'
98+ // ...but looks like we don't need those for now...
99+ // implementation "androidx.compose.runtime:runtime:1.7.6"
100+ // implementation "androidx.compose.runtime:runtime-livedata:1.7.6"
101+ // implementation "androidx.compose.runtime:runtime-rxjava2:1.7.6"
102+ // implementation 'androidx.compose.ui:ui-unit-android:1.7.6'
103+ implementation " androidx.glance:glance-appwidget:1.1.1"
104+ implementation " androidx.glance:glance-material3:1.1.1"
103105
104106 // this is to manually launch our routine update - same version as workmanager plugin 0.5.1
105107 def work_version = " 2.8.1"
0 commit comments