Skip to content
Snippets Groups Projects
Commit 58cca22f authored by Taras's avatar Taras
Browse files

Add dependency

parent 8e98b747
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,10 @@ dependencies {
implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
// Google app update
gplayImplementation "com.google.android.play:app-update:2.1.0"
gplayImplementation "com.google.android.play:app-update-ktx:2.1.0"
//test
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment