From a5ea70cd8fbc1f4fb15742d810698a7caef0eb26 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 30 Jun 2017 20:39:39 -0700 Subject: Ensure crashlytics sends report --- .idea/misc.xml | 2 +- app/build.gradle | 4 +--- app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt | 1 + gradle.properties | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 085136f8..7319f021 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -53,7 +53,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index f72c9096..041ee3c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,9 +120,7 @@ dependencies { kapt "nz.bradcampbell:paperparcel-compiler:${PAPER_PARCEL}" compile "com.jude:swipebackhelper:${SWIPE_BACK}" - - compile 'com.android.billingclient:billing:dp-1' - + compile("com.crashlytics.sdk.android:crashlytics:${CRASHLYTICS}@aar") { transitive = true; } diff --git a/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt b/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt index 9094c58e..5744f987 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt @@ -372,6 +372,7 @@ class MainActivity : BaseActivity(), FrostWebViewSearch.SearchContract { REQUEST_NAV -> frostNavigationBar() REQUEST_SEARCH -> invalidateOptionsMenu() REQUEST_RESTART_APPLICATION -> { //completely restart application + L.eThrow("Restart Application Requested") val intent = packageManager.getLaunchIntentForPackage(packageName) intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK or Intent.FLAG_ACTIVITY_NEW_TASK) val pending = PendingIntent.getActivity(this, 666, intent, PendingIntent.FLAG_CANCEL_CURRENT) diff --git a/gradle.properties b/gradle.properties index 548ad31b..c5228dba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ APP_GROUP=com.pitchedapps MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -VERSION_CODE=9 +VERSION_CODE=10 VERSION_NAME=1.0 KAU=e1e3b37000 -- cgit v1.2.3