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:
parent
1e369208d7
commit
4c35354be9
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue