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

DROID-498 Tech | Upgrade | Update kotlin to 1.7.10 (#2632)

This commit is contained in:
Mikhail 2022-10-04 20:37:43 +03:00 committed by GitHub
parent 7b70d7dbb2
commit 0955626045
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 232 additions and 146 deletions

View file

@ -4,8 +4,8 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 32
buildToolsVersion "32.0.0"
defaultConfig {