File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ dependencies {
5757 // Google
5858 implementation libs. material
5959 implementation libs. play. services. ads
60+ implementation libs. play. services. instantapps
6061 implementation libs. review
6162 implementation libs. app. update
6263 implementation libs. volley
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ coreKtx = "1.17.0"
2727material = " 1.14.0-alpha04"
2828multidex = " 2.0.1"
2929playServicesAds = " 24.5.0"
30+ playServicesInstantApps = " 18.2.0"
3031codeview = " 1.3.9"
3132hilt = " 2.57.1"
3233
@@ -62,6 +63,7 @@ materialratingbar-library = { module = "me.zhanghai.android.materialratingbar:li
6263mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockitoCore" }
6364mockito-inline = { module = " org.mockito:mockito-inline" , version.ref = " mockitoInline" }
6465play-services-ads = { module = " com.google.android.gms:play-services-ads" , version.ref = " playServicesAds" }
66+ play-services-instantapps = { module = " com.google.android.gms:play-services-instantapps" , version.ref = " playServicesInstantApps" }
6567review = { module = " com.google.android.play:review" , version.ref = " review" }
6668volley = { module = " com.android.volley:volley" , version.ref = " volley" }
6769codeview = { module = " io.github.amrdeveloper:codeview" , version.ref = " codeview" }
You can’t perform that action at this time.
0 commit comments