Skip to content

Commit 09e62a0

Browse files
author
Mopsalarm
committed
fix: revert 'play-services-ads' to working version
1 parent 80b55f8 commit 09e62a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ dependencies {
189189

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

192-
implementation "com.google.android.gms:play-services-ads:23.0.0"
192+
// 23.0.0 breaks the apk for some reason (too small, fails to read android-manifest)
193+
implementation "com.google.android.gms:play-services-ads:22.6.0"
194+
193195
implementation 'com.google.firebase:firebase-analytics:21.6.2'
194196
implementation 'com.google.firebase:firebase-crashlytics:18.6.4'
195197

0 commit comments

Comments
 (0)