Update libraries
This commit is contained in:
parent
de13fd67e3
commit
ef1d4d4b2a
@ -49,7 +49,7 @@ configurations {
|
||||
|
||||
def okHttpVersion = '4.8.1'
|
||||
def fcmVersion = '20.2.4'
|
||||
def crashlyticsVersion = '17.1.1'
|
||||
def crashlyticsVersion = '17.2.1'
|
||||
def playCoreVersion = '1.8.0'
|
||||
|
||||
buildscript {
|
||||
@ -88,7 +88,7 @@ dependencies {
|
||||
// TODO: fix problem with android L
|
||||
implementation 'com.google.zxing:core:3.4.0'
|
||||
|
||||
compileOnly 'org.checkerframework:checker-qual:3.5.0'
|
||||
compileOnly 'org.checkerframework:checker-qual:3.6.0'
|
||||
compileOnly 'org.checkerframework:checker-compat-qual:2.5.5'
|
||||
|
||||
// don't change this :)
|
||||
@ -98,8 +98,8 @@ dependencies {
|
||||
implementation 'com.stripe:stripe-android:2.0.2'
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
implementation 'org.osmdroid:osmdroid-android:6.1.8'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72"
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.8'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
|
||||
|
||||
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
|
||||
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okHttpVersion"
|
||||
|
@ -8,7 +8,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
|
||||
classpath 'com.google.gms:google-services:4.3.3'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0'
|
||||
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3'
|
||||
|
Loading…
Reference in New Issue
Block a user