up API version to 28 (required soon)

This commit is contained in:
Eric House 2019-08-26 08:23:52 +03:00
parent a872e7b7be
commit dccd582009

View file

@ -36,7 +36,7 @@ android {
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 28
versionCode VERSION_CODE_BASE
versionName VERSION_NAME
}