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

Tech | Library updates (#1703)

This commit is contained in:
Evgenii Kozlov 2021-07-30 15:19:56 +03:00 committed by GitHub
parent 17c8f6b72b
commit 644130be60
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
apply from: './dependencies.gradle'
buildscript {
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.5.21'
ext.gradle_tools = '3.1.3'
ext.build_tools = '29.0.0'
ext.nav_version = '2.3.0'

View file

@ -1,7 +1,7 @@
ext {
// Kotlin
kotlin_coroutines_version = '1.5.0'
kotlinx_serialization_json_version = '1.0.0'
kotlinx_serialization_json_version = '1.2.1'
// AndroidX
androidx_core_version = '1.6.0'
@ -16,7 +16,7 @@ ext {
recyclerview_version = '1.2.1'
cardview_version = '1.0.0'
material_version = '1.3.0'
fragment_version = "1.3.5"
fragment_version = "1.3.6"
emoji_compat_version = '1.1.0'
view_pager_2_version = '1.0.0'