debug: expo-updates ENABLED_IN_DEVELOPMENT尝试(debug禁用+release缺AAR)
- debug manifest: 添加ENABLED_IN_DEVELOPMENT=true(无效,SDK内置检查绕过) - 根因: expo-updates在BuildConfig.DEBUG时禁用,无法从meta覆盖 - release构建缺react-android-0.76.5-release.aar(npm不提供) - 热更新需eas build云端构建或Android Studio release配置
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
#Mon Jul 20 23:15:14 CST 2026
|
||||
#Tue Jul 21 00:19:27 CST 2026
|
||||
gradle.version=8.10.2
|
||||
|
||||
Binary file not shown.
@@ -3,5 +3,7 @@
|
||||
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
|
||||
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
|
||||
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic">
|
||||
<meta-data android:name="expo.modules.updates.ENABLED_IN_DEVELOPMENT" android:value="true" />
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user