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

Tech | Set compile and target SDK to 30 (#1825)

This commit is contained in:
Evgenii Kozlov 2021-09-27 18:49:58 +03:00 committed by GitHub
parent 1e369208d7
commit 4c35354be9
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ buildscript {
ext.nav_version = '2.3.0'
ext.dokka_version = '1.4.32'
ext.compile_sdk = 29
ext.target_sdk = 29
ext.compile_sdk = 30
ext.target_sdk = 30
ext.min_sdk = 24
ext.application_id = 'com.anytypeio.anytype'