Skip to content

Commit

Permalink
remember that gms 23+ breaks the apk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopsalarm committed Jul 1, 2024
1 parent 407afe6 commit 07ad81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ dependencies {

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

// 23.0.0 breaks the apk for some reason (too small, fails to read android-manifest)
implementation "com.google.android.gms:play-services-ads:23.2.0"
// 23.0.0 to 23.2.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:22.0.2'
implementation 'com.google.firebase:firebase-crashlytics:19.0.2'
Expand Down

0 comments on commit 07ad81e

Please sign in to comment.