Set Android Min API to 21, Fix #48

This commit is contained in:
Florian Märkl 2019-10-16 18:14:25 +02:00
commit 80bfc893af
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 42 additions and 16 deletions

View file

@ -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"