Skip to content

Commit

Permalink
Remove the library that causing the foreground permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vk92257 committed Jul 11, 2024
1 parent 8e14f7e commit 89130fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ hilt-gradle-plugin = { module = "com.google.dagger:hilt-android-gradle-plugin",
# Google
google-services-plugin = { module = "com.google.gms:google-services", version = "4.4.2" }
google-playservices-auth = { module = "com.google.android.gms:play-services-auth", version = "21.2.0" }
google-play-asset = { module = "com.google.android.play:asset-delivery", version = "2.2.2" }
#google-play-asset = { module = "com.google.android.play:asset-delivery", version = "2.2.2" }
google-play-update = { module = "com.google.android.play:app-update", version = "2.1.0" }
google-play-services = { module = "com.google.android.gms:play-services-tasks", version = "18.2.0" }
google-play-review = { module = "com.google.android.play:review-ktx", version = "2.0.1" }
Expand Down Expand Up @@ -211,7 +211,7 @@ glance = [
]
google = [
"google-playservices-auth",
"google-play-asset",
# "google-play-asset",
"google-play-update",
"google-play-services",
"google-play-review"
Expand Down

0 comments on commit 89130fe

Please sign in to comment.