We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b55f8 commit 09e62a0Copy full SHA for 09e62a0
app/build.gradle
@@ -189,7 +189,9 @@ dependencies {
189
190
implementation 'androidx.fragment:fragment-ktx:1.6.2'
191
192
- 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)
193
+ implementation "com.google.android.gms:play-services-ads:22.6.0"
194
+
195
implementation 'com.google.firebase:firebase-analytics:21.6.2'
196
implementation 'com.google.firebase:firebase-crashlytics:18.6.4'
197
0 commit comments