2026-06-18 10:11:08 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2026-06-22 17:50:16 +08:00
|
|
|
<application>
|
|
|
|
|
<!--
|
|
|
|
|
Build ID injected by the XuqmGroup BugCollect Gradle plugin at compile time.
|
|
|
|
|
The plugin fills ${xuqmBuildId} via variant.manifestPlaceholders.
|
|
|
|
|
SDK reads it via PackageManager.getApplicationInfo(GET_META_DATA).
|
|
|
|
|
-->
|
|
|
|
|
<meta-data
|
|
|
|
|
android:name="com.xuqm.build_id"
|
|
|
|
|
android:value="${xuqmBuildId}" />
|
|
|
|
|
</application>
|
2026-06-18 10:11:08 +08:00
|
|
|
</manifest>
|