Skip to content

Instantly share code, notes, and snippets.

@ReactorboY
Created March 5, 2023 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReactorboY/a84a14596c532925a56a0b0546934438 to your computer and use it in GitHub Desktop.
Save ReactorboY/a84a14596c532925a56a0b0546934438 to your computer and use it in GitHub Desktop.
Basic Android App Build Gradle's dependencies
// HILT
implementation "com.google.dagger:hilt-android:2.45"
kapt "com.google.dagger:hilt-compiler:2.45"
// 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.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment