Skip to content

Commit

Permalink
Merge pull request #105 from bvlion/dependabot/gradle/com.google.andr…
Browse files Browse the repository at this point in the history
…oid.gms-play-services-ads-lite-23.0.0

Bump com.google.android.gms:play-services-ads-lite from 22.3.0 to 23.0.0
  • Loading branch information
bvlion authored Mar 23, 2024
2 parents a32681e + 1d4c486 commit 2da91e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation(project(":shared"))

implementation("androidx.core:core-ktx:1.10.1")
implementation("com.google.android.gms:play-services-ads-lite:22.3.0")
implementation("com.google.android.gms:play-services-ads-lite:23.0.0")
val composeVersion = captureVersion(implementation("androidx.compose.ui:ui:1.4.3")!!)
implementation("androidx.compose.material:material:$composeVersion")
implementation("androidx.compose.ui:ui-tooling-preview:$composeVersion")
Expand Down

0 comments on commit 2da91e6

Please sign in to comment.