Skip to content

Instantly share code, notes, and snippets.

@Astroa7m
Created June 29, 2022 17:19
Show Gist options
  • Save Astroa7m/03e3c5def71c2d02a8608d6234d1f595 to your computer and use it in GitHub Desktop.
Save Astroa7m/03e3c5def71c2d02a8608d6234d1f595 to your computer and use it in GitHub Desktop.
Build.gradle
//other dependencies....
.....
....
//Glance
implementation "androidx.glance:glance-appwidget:1.0.0-alpha03"
//WorkManger
implementation "androidx.work:work-runtime-ktx:2.7.1"
//Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
//Flow layout
implementation "com.google.accompanist:accompanist-flowlayout:0.24.12-rc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment