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

Tech | Kotlin update + other dependencies (#2079)

This commit is contained in:
Evgenii Kozlov 2022-02-02 21:53:28 +03:00 committed by GitHub
parent 5e5a34f824
commit a0aa9da19d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 151 additions and 157 deletions

View file

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