3 Commits cf2ce21cdf ... ecb6962117

Author SHA1 Message Date
  Wayne ecb6962117 Merge commit '29aa6ef' 4 years ago
  Wayne 29aa6ef35a upgrade compile sdk version to 29 4 years ago
  Wayne cc5291a9e4 Upgrade compileSdkVersion to 28 4 years ago
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 29
 
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8