Android featured post widget

This commit is contained in:
2024-12-15 18:57:54 +08:00
parent abc21f858b
commit 00678c0ac8
6 changed files with 177 additions and 12 deletions

View File

@ -14,6 +14,8 @@ dependencies {
implementation "androidx.glance:glance-appwidget:1.1.1"
implementation 'androidx.compose.foundation:foundation-layout-android:1.7.6'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'io.coil-kt.coil3:coil-compose:3.0.4'
implementation 'io.coil-kt.coil3:coil-network-okhttp:3.0.4'
}
android {