Target API 28

This commit is contained in:
Cameron Gutman 2018-06-08 00:19:57 -07:00
parent 8f169b976b
commit 722f397819

View File

@ -1,11 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
buildToolsVersion '28.0.0'
compileSdkVersion 28
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28
}
buildTypes {