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:
parent
720d20e1be
commit
91e42a323c
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
### Fixes & tech 🚒
|
||||
|
||||
*
|
||||
* Change min sdk to Android 24 (#976)
|
||||
|
||||
## Version 0.1.0
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue