1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Updated libraries: Crashlytics, Coroutines, RecyclerView (#469)

This commit is contained in:
Evgenii Kozlov 2020-05-26 16:26:12 +03:00 committed by GitHub
parent c964f71b4e
commit 267e5e1b0b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ buildscript {
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
classpath 'com.google.gms:google-services:4.3.3'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.10"
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.1.1'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}"
}
}

View file

@ -7,14 +7,14 @@ allprojects {
ext {
// Kotlin
kotlin_coroutines_version = '1.3.4'
kotlin_coroutines_version = '1.3.7'
// AndroidX
androidx_core_version = '1.2.0'
androidx_test_core_version = '1.2.0'
appcompat_version = '1.1.0'
constraintLayout_version = '2.0.0-beta1'
recyclerview_version = '1.1.0'
recyclerview_version = '1.2.0-alpha03'
cardview_version = '1.0.0'
material_version = '1.1.0-beta02'
fragment_version = "1.2.3"