Updated external dependencies and migrated logging to crashlytics; Updated Twitter SDK
This commit is contained in:
@@ -8,9 +8,9 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "org.deke.risk.riskahead"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 25
|
||||
versionCode 44
|
||||
versionName "3.1.1"
|
||||
targetSdkVersion 26
|
||||
versionCode 46
|
||||
versionName "3.1.2"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -26,6 +26,10 @@ android {
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -35,39 +39,41 @@ 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 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') {
|
||||
implementation('com.twitter.sdk.android:twitter-core:3.3.0@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
implementation('com.crashlytics.sdk.android:crashlytics:2.9.4@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
implementation 'com.mikepenz:iconics-core:3.0.3@aar'
|
||||
implementation 'com.mikepenz:iconics-core:3.0.3@aar'
|
||||
implementation 'com.mikepenz:google-material-typeface:3.0.1.2.original@aar'
|
||||
compile('com.mikepenz:materialdrawer:6.0.6@aar') {
|
||||
implementation('com.mikepenz:materialdrawer:6.0.6@aar') {
|
||||
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'
|
||||
implementation 'com.android.support:customtabs:27.1.1'
|
||||
implementation 'com.android.support:cardview-v7:27.1.1'
|
||||
implementation 'com.android.support:appcompat-v7:27.1.1'
|
||||
implementation 'com.android.support:support-v4:27.1.1'
|
||||
implementation 'com.android.support:design:27.1.1'
|
||||
|
||||
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'
|
||||
compile 'com.google.android.gms:play-services-ads:11.8.0'
|
||||
compile 'com.google.android.gms:play-services-maps:11.8.0'
|
||||
implementation 'com.google.android.gms:play-services-auth:15.0.1'
|
||||
implementation 'com.google.android.gms:play-services-gcm:15.0.1'
|
||||
implementation 'com.google.android.gms:play-services-plus:15.0.1'
|
||||
implementation 'com.google.android.gms:play-services-location:15.0.1'
|
||||
implementation 'com.google.android.gms:play-services-ads:15.0.1'
|
||||
implementation 'com.google.android.gms:play-services-maps:15.0.1'
|
||||
|
||||
compile 'com.google.maps.android:android-maps-utils:0.5'
|
||||
compile 'com.google.code.gson:gson:2.8.0'
|
||||
compile 'com.beardedhen:androidbootstrap:2.3.2'
|
||||
compile 'com.mcxiaoke.volley:library:1.0.19'
|
||||
implementation 'com.google.maps.android:android-maps-utils:0.5'
|
||||
implementation 'com.google.code.gson:gson:2.8.0'
|
||||
implementation 'com.beardedhen:androidbootstrap:2.3.2'
|
||||
implementation 'com.mcxiaoke.volley:library:1.0.19'
|
||||
implementation 'com.google.firebase:firebase-core:16.0.1'
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
Reference in New Issue
Block a user