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

Tech | Enhancement | min sdk 26 (#2268)

This commit is contained in:
Sergey Boishtyan 2022-05-16 18:46:33 +03:00 committed by GitHub
parent c0bbae162a
commit eefe048bd9
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ buildscript {
ext.compile_sdk = 31
ext.target_sdk = 31
ext.min_sdk = 24
ext.min_sdk = 26
ext.compose_version = '1.2.0-alpha03'
ext.application_id = 'com.anytypeio.anytype'