Increased minSdkVersion to 21

This commit is contained in:
Olga Miller 2022-10-31 14:02:38 +01:00
parent 83fd3b7fbb
commit 40f28e5abc

View file

@ -4,7 +4,7 @@ android {
compileSdkVersion 32 compileSdkVersion 32
defaultConfig { defaultConfig {
applicationId "om.sstvencoder" applicationId "om.sstvencoder"
minSdkVersion 15 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 26 versionCode 26
versionName "2.5" versionName "2.5"