Bumped minSDK to fix compile error
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Bazsalanszky 2022-01-15 14:39:45 +01:00
parent fc632222c5
commit 505e40a583

View file

@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "eu.toldi.balazs.caster"
minSdk 21
minSdk 26
targetSdk 31
versionCode project.getVersionCode()
versionName "1.0"