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

Lib updates: ConstraintLayout, Firebase Crashlytics, AppCompat (#1109)

This commit is contained in:
Evgenii Kozlov 2020-11-19 15:40:38 +02:00 committed by GitHub
parent 5dd6f9810f
commit a8690be163
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'com.squareup.wire:wire-gradle-plugin:3.5.0'

View file

@ -15,8 +15,8 @@ ext {
androidx_core_ktx_version = '1.5.0-alpha02'
androidx_test_core_version = '1.2.0'
androidx_core_testing_version = '2.1.0'
appcompat_version = '1.1.0'
constraintLayout_version = '2.0.0'
appcompat_version = '1.2.0'
constraintLayout_version = '2.0.4'
recyclerview_version = '1.2.0-alpha06'
cardview_version = '1.0.0'
material_version = '1.1.0-beta02'