Browse Source

重新打包

warrior 1 month ago
parent
commit
44d7cd0565
2 changed files with 2 additions and 2 deletions
  1. 1 1
      android/app/build.gradle
  2. 1 1
      android/app/src/main/AndroidManifest.xml

+ 1 - 1
android/app/build.gradle

@@ -66,4 +66,4 @@ try {
     }
 } catch(Exception e) {
     logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
-}
+}

+ 1 - 1
android/app/src/main/AndroidManifest.xml

@@ -52,4 +52,4 @@
     <!-- 对于 Android 12.0 及以上设备,还需要添加以下权限 -->
     <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
     <uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
-</manifest>
+</manifest>