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

DROID-3063 App | Tech | Library updates (#1813)

This commit is contained in:
Evgenii Kozlov 2024-11-19 12:00:21 +01:00 committed by GitHub
parent 2a98d06429
commit d0edde4726
Signed by: github
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 180 deletions

View file

@ -2,8 +2,8 @@ import com.android.build.gradle.LibraryPlugin
import org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper
buildscript {
ext.compile_sdk = 34
ext.target_sdk = 34
ext.compile_sdk = 35
ext.target_sdk = 35
ext.min_sdk = 26
ext.application_id = 'io.anytype.app'