Browse Source

upgrade compile sdk version to 29

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

+ 1 - 1
build.gradle

@@ -8,7 +8,7 @@ repositories {
 }
 
 android {
-    compileSdkVersion 27
+    compileSdkVersion 29
 
     defaultConfig {
         minSdkVersion 16