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

DROID-1663 App | Tech | Update target sdk to 33 (#303)

This commit is contained in:
Konstantin Ivanov 2023-08-21 11:21:18 +02:00 committed by GitHub
parent b1514b7de3
commit ea042360ce
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import com.android.build.gradle.LibraryPlugin
buildscript {
ext.compile_sdk = 33
ext.target_sdk = 32
ext.target_sdk = 33
ext.min_sdk = 26
ext.application_id = 'io.anytype.app'