mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Set Android Min API to 21, Fix #48
This commit is contained in:
parent
65193fb575
commit
80bfc893af
3 changed files with 42 additions and 16 deletions
|
@ -8,7 +8,7 @@ android {
|
|||
buildToolsVersion "29.0.2"
|
||||
defaultConfig {
|
||||
applicationId "com.metallic.chiaki"
|
||||
minSdkVersion 26
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue