Firebase implemented, loggin improved and trying to avoid all kind of NPE
This commit is contained in:
@@ -9,8 +9,8 @@ android {
|
||||
applicationId "org.deke.risk.riskahead"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 25
|
||||
versionCode 43
|
||||
versionName "3.1"
|
||||
versionCode 44
|
||||
versionName "3.1.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -35,6 +35,9 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.firebase:firebase-crash:11.8.0'
|
||||
implementation 'com.google.firebase:firebase-core:11.8.0'
|
||||
implementation 'com.google.firebase:firebase-appindexing:11.8.0'
|
||||
compile fileTree(dir: 'libs', include: 'Parse-*.jar')
|
||||
implementation 'com.facebook.android:facebook-android-sdk:4.31.0'
|
||||
compile('com.twitter.sdk.android:twitter-core:1.4.1@aar') {
|
||||
@@ -48,10 +51,13 @@ dependencies {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
implementation 'com.android.support:customtabs:27.1.0'
|
||||
implementation 'com.android.support:cardview-v7:27.1.0'
|
||||
compile 'com.android.support:appcompat-v7:27.1.0'
|
||||
compile 'com.android.support:support-v4:27.1.0'
|
||||
compile 'com.android.support:design:27.1.0'
|
||||
|
||||
compile 'com.google.android.gms:play-services-auth:11.8.0'
|
||||
compile 'com.google.android.gms:play-services-gcm:11.8.0'
|
||||
compile 'com.google.android.gms:play-services-plus:11.8.0'
|
||||
compile 'com.google.android.gms:play-services-location:11.8.0'
|
||||
|
||||
Reference in New Issue
Block a user