Skip to content

Commit

Permalink
Android 12 compatibility (Part 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Sep 15, 2021
1 parent b3a574f commit ecee00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ dependencies {
firebaseImplementation("com.google.firebase:firebase-analytics:19.0.1")
firebaseImplementation("com.google.firebase:firebase-crashlytics:18.2.1")
firebaseImplementation("com.google.android.gms:play-services-ads:20.3.0")
firebaseImplementation("androidx.work:work-runtime:2.7.0-beta01") // Temp fix for AdMob Android 12

debugImplementation("com.squareup.leakcanary:leakcanary-android:2.7")
}
Expand Down

0 comments on commit ecee00c

Please sign in to comment.