Skip to content

Commit

Permalink
⬆ Update dependency com.google.android.gms:play-services-ads to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and LeoColman committed Feb 25, 2025
1 parent 77ff92d commit 2189abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ android {

create("playstore") {
dimension = "distribution"
minSdk = 23
signingConfig = signingConfigs.findByName("self-sign")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sqldelight-android-driver = { module = "app.cash.sqldelight:android-driver", ver
sqldelight-coroutines-extensions = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
sqldelight-sqlite-dialect = { module = "app.cash.sqldelight:sqlite-3-25-dialect", version.ref = "sqldelight" }
requery-sqlite = "com.github.requery:sqlite-android:3.45.0"
play-services-ads = "com.google.android.gms:play-services-ads:23.6.0"
play-services-ads = "com.google.android.gms:play-services-ads:24.0.0"
play-services-billing = "com.android.billingclient:billing:7.1.1"
glance = { module = "androidx.glance:glance", version.ref = "glance" }
glance-widgets = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
Expand Down

0 comments on commit 2189abb

Please sign in to comment.