raise min sdk to kitkat because of missing Objects.notNull()
This commit is contained in:
parent
9a7f3ec742
commit
f371da7d85
|
@ -69,7 +69,7 @@ android {
|
||||||
buildToolsVersion "27.0.3"
|
buildToolsVersion "27.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 257
|
versionCode 257
|
||||||
versionName "2.0.0-beta.2"
|
versionName "2.0.0-beta.2"
|
||||||
|
|
Loading…
Reference in a new issue