raise min sdk to kitkat because of missing Objects.notNull()

This commit is contained in:
Daniel Gultsch 2018-03-14 08:05:55 +01:00
parent 9a7f3ec742
commit f371da7d85
1 changed files with 1 additions and 1 deletions

View File

@ -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"