Update firebase crashltics

kmm
Laurent 5 years ago
parent 3f79cceaa5
commit 8a22be590a
  1. 11
      app/build.gradle
  2. 20
      app/google-services.json
  3. 2
      app/src/main/AndroidManifest.xml
  4. 1
      app/src/main/java/net/pokeranalytics/android/ui/modules/feed/FeedFragment.kt

@ -33,7 +33,7 @@ android {
applicationId "net.pokeranalytics.android" applicationId "net.pokeranalytics.android"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 29 targetSdkVersion 29
versionCode 112 versionCode 113
versionName "5.1" versionName "5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -118,11 +118,14 @@ dependencies {
// Billing / Subscriptions // Billing / Subscriptions
implementation 'com.android.billingclient:billing:3.0.1' implementation 'com.android.billingclient:billing:3.0.1'
// Firebase // Import the Firebase BoM
implementation 'com.google.firebase:firebase-core:17.5.0' implementation platform('com.google.firebase:firebase-bom:25.12.0')
// Add the dependency for the Firebase SDK for Google Analytics
// When using the BoM, don't specify versions in Firebase dependencies
implementation 'com.google.firebase:firebase-analytics-ktx'
// Add the Firebase Crashlytics SDK. // Add the Firebase Crashlytics SDK.
implementation 'com.google.firebase:firebase-crashlytics:17.2.2' implementation 'com.google.firebase:firebase-crashlytics'
// Logs // Logs
implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'com.jakewharton.timber:timber:4.7.1'

@ -8,28 +8,12 @@
"client": [ "client": [
{ {
"client_info": { "client_info": {
"mobilesdk_app_id": "1:245968016816:android:47f8b4f74b1296b4", "mobilesdk_app_id": "1:245968016816:android:e5597a41d79df0a31d7275",
"android_client_info": { "android_client_info": {
"package_name": "net.pokeranalytics.android" "package_name": "net.pokeranalytics.android"
} }
}, },
"oauth_client": [ "oauth_client": [
{
"client_id": "245968016816-hhn8q9hij1njadqg7ut7p1e6pmu0vi5k.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "net.pokeranalytics.android",
"certificate_hash": "25d12647d4391ed03572882b546482746d2b302e"
}
},
{
"client_id": "245968016816-tr2mo4kbe1acn8u3ebbd9nk29iuk8fqr.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "net.pokeranalytics.android",
"certificate_hash": "e26278fa6db56acde23b0ff5981692f7f60408b9"
}
},
{ {
"client_id": "245968016816-756j040n0luup2nlfu9e49qm9jv0oih2.apps.googleusercontent.com", "client_id": "245968016816-756j040n0luup2nlfu9e49qm9jv0oih2.apps.googleusercontent.com",
"client_type": 3 "client_type": 3
@ -37,7 +21,7 @@
], ],
"api_key": [ "api_key": [
{ {
"current_key": "AIzaSyCXQK-w_eeUMI9hYRXKmTr6SH7QNq0xnh8" "current_key": "AIzaSyDERILd3hSujwzqHcS4CyQjiDI7J6WvNZ4"
} }
], ],
"services": { "services": {

@ -19,7 +19,7 @@
net.pokeranalytics.android.ui.modules.handhistory.replayer.ReplayExportService$startGIFExport$1$c$1.invokeSuspend (ReplayExportService.java:88) net.pokeranalytics.android.ui.modules.handhistory.replayer.ReplayExportService$startGIFExport$1$c$1.invokeSuspend (ReplayExportService.java:88)
The temporary fix comes form here: The temporary fix comes from here:
https://medium.com/@sriramaripirala/android-10-open-failed-eacces-permission-denied-da8b630a89df https://medium.com/@sriramaripirala/android-10-open-failed-eacces-permission-denied-da8b630a89df
--> -->

@ -10,6 +10,7 @@ import androidx.core.view.isVisible
import androidx.interpolator.view.animation.FastOutSlowInInterpolator import androidx.interpolator.view.animation.FastOutSlowInInterpolator
import com.android.billingclient.api.Purchase import com.android.billingclient.api.Purchase
import com.google.android.material.tabs.TabLayout import com.google.android.material.tabs.TabLayout
import com.google.firebase.crashlytics.FirebaseCrashlytics
import io.realm.RealmModel import io.realm.RealmModel
import io.realm.RealmResults import io.realm.RealmResults
import io.realm.Sort import io.realm.Sort

Loading…
Cancel
Save