Skip to content

Instantly share code, notes, and snippets.

@utsmannn
Created June 27, 2020 20:34
Show Gist options
  • Save utsmannn/cc21e34c6a8a01fafa894bfd8ecb98e1 to your computer and use it in GitHub Desktop.
Save utsmannn/cc21e34c6a8a01fafa894bfd8ecb98e1 to your computer and use it in GitHub Desktop.
// maps
implementation 'com.google.android.gms:play-services-maps:17.0.0'
// design
implementation 'com.google.android.material:material:1.1.0'
// retrofit
implementation 'com.squareup.retrofit2:retrofit:2.6.0'
implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.0.1'
// coroutine
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment