Circleci fix (#34)

- minSdk version increased to 26
This commit is contained in:
2023-08-18 22:10:26 +01:00
committed by GitHub
parent 1e528617f2
commit 30b60a1b0c
4 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ android {
compileSdkVersion 31
defaultConfig {
applicationId "h_mal.appttude.com.driver"
minSdkVersion 24
minSdkVersion 26
targetSdkVersion 31
versionCode 7
versionName "2.0.0"