Browse Source

Merge branch 'master' of https://git.yoqi.me/lyq/WifiQRCode

liuyuqi-dellpc 1 year ago
parent
commit
bab1e214e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Android/app/build.gradle

+ 2 - 2
Android/app/build.gradle

@@ -3,12 +3,12 @@ plugins {
 }
 
 android {
-    compileSdkVersion 29
+    compileSdkVersion 30
 
     defaultConfig {
         applicationId "me.yoqi.android.wifiqrcode"
         minSdkVersion 16
-        targetSdkVersion 29
+        targetSdkVersion 30
         versionCode 1
         versionName "1.0"