Browse Source

fix: downgrade sdk target

Weihua Lu 4 years ago
parent
commit
363ed3ed0d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      android/variables.gradle

+ 2 - 2
android/variables.gradle

@@ -1,7 +1,7 @@
 ext {
     minSdkVersion = 21
-    compileSdkVersion = 30
-    targetSdkVersion = 30
+    compileSdkVersion = 29
+    targetSdkVersion = 29
     androidxActivityVersion = '1.2.0'
     androidxAppCompatVersion = '1.2.0'
     androidxCoordinatorLayoutVersion = '1.1.0'