app version -updation- notifying user

This commit is contained in:
smileomi18@gmail.com
2023-09-15 17:26:38 +05:30
parent f019e1897d
commit 34bed4e5fe
2 changed files with 33 additions and 0 deletions

View File

@@ -70,6 +70,9 @@ dependencies {
implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.google.android.things:androidthings:1.0'
implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta10'
implementation("com.google.firebase:firebase-appdistribution-api-ktx:16.0.0-beta10")
// Testing
testImplementation 'junit:junit:4.13.2'