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

Change min sdk to 24. (#976)

This commit is contained in:
Evgenii Kozlov 2020-10-12 13:48:59 +03:00 committed by GitHub
parent 720d20e1be
commit 91e42a323c
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
### Fixes & tech 🚒
*
* Change min sdk to Android 24 (#976)
## Version 0.1.0

View file

@ -9,7 +9,7 @@ buildscript {
ext.compile_sdk = 29
ext.target_sdk = 29
ext.min_sdk = 23
ext.min_sdk = 24
ext.application_id = 'com.anytypeio.anytype'
ext.version_name = '1.0'