Target API 28

This commit is contained in:
Cameron Gutman
2018-06-08 00:23:41 -07:00
parent a7d85a7dd5
commit b6f4d8ff1e
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 buildToolsVersion '28.0.0'
compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 28
versionName "5.8" versionName "5.8"
versionCode = 162 versionCode = 162