Skip to content

Commit

Permalink
fix: revert 'play-services-ads' to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopsalarm committed Apr 14, 2024
1 parent 80b55f8 commit 09e62a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ dependencies {

implementation 'androidx.fragment:fragment-ktx:1.6.2'

implementation "com.google.android.gms:play-services-ads:23.0.0"
// 23.0.0 breaks the apk for some reason (too small, fails to read android-manifest)
implementation "com.google.android.gms:play-services-ads:22.6.0"

implementation 'com.google.firebase:firebase-analytics:21.6.2'
implementation 'com.google.firebase:firebase-crashlytics:18.6.4'

Expand Down

0 comments on commit 09e62a0

Please sign in to comment.