build: fix min sdk
This commit is contained in:
parent
d486dc39cc
commit
4809bf50cc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ android {
|
||||||
versionName "4.0.0-BETA1"
|
versionName "4.0.0-BETA1"
|
||||||
versionCode 54
|
versionCode 54
|
||||||
|
|
||||||
minSdk target_sdk
|
minSdk min_sdk
|
||||||
targetSdk target_sdk
|
targetSdk target_sdk
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Loading…
Reference in a new issue