Updated versions of ext. libs. New 3.2.2 release

This commit is contained in:
Dennis Thiessen
2020-10-01 22:01:08 +02:00
parent 472fcb9b08
commit e2cd8b5e53
45 changed files with 430 additions and 407 deletions

View File

@@ -1,16 +1,17 @@
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "org.deke.risk.riskahead"
minSdkVersion 19
targetSdkVersion 28
versionCode 56
versionName "3.2.1"
targetSdkVersion 29
versionCode 58
versionName "3.2.2"
multiDexEnabled true
}
buildTypes {
@@ -48,11 +49,10 @@ dependencies {
transitive = true
}
implementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
transitive = true
}
implementation 'com.google.firebase:firebase-crashlytics:17.2.2'
implementation 'com.google.firebase:firebase-crashlytics-ndk:17.2.2'
implementation 'com.mikepenz:iconics-core:3.0.3@aar'
implementation 'com.mikepenz:iconics-core:3.0.4@aar'
implementation 'com.mikepenz:google-material-typeface:3.0.1.2.original@aar'
implementation('com.mikepenz:materialdrawer:6.0.8@aar') {
transitive = true
@@ -60,22 +60,20 @@ dependencies {
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.gms:play-services-auth:17.0.0'
implementation 'com.google.android.gms:play-services-auth:18.1.0'
implementation 'com.google.android.gms:play-services-gcm:17.0.0'
implementation 'com.google.android.gms:play-services-plus:17.0.0'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.gms:play-services-ads:19.0.0'
implementation 'com.google.android.gms:play-services-location:17.1.0'
implementation 'com.google.android.gms:play-services-ads:19.4.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.maps.android:android-maps-utils:0.5'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.beardedhen:androidbootstrap:2.3.2'
implementation 'com.mcxiaoke.volley:library:1.0.19'
implementation 'com.google.firebase:firebase-core:17.2.3'
}
apply plugin: 'com.google.gms.google-services'
implementation 'com.google.firebase:firebase-core:17.5.0'
}