We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8bf62 commit 7b2f7e1Copy full SHA for 7b2f7e1
android/build.gradle
@@ -50,7 +50,7 @@ android {
50
dependencies {
51
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
52
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
53
- implementation("com.google.android.gms:play-services-ads-identifier:18.2.0")
+ implementation("com.google.android.gms:play-services-ads-identifier:18.3.0")
54
55
testImplementation("org.jetbrains.kotlin:kotlin-test")
56
testImplementation("org.mockito:mockito-core:5.0.0")
0 commit comments