Browse Source

Upgrade compileSdkVersion to 28

Wayne 4 years ago
parent
commit
cc5291a9e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -15,7 +15,7 @@ repositories {
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 27
+    compileSdkVersion 28
 
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8