update version & add ad_id

This commit is contained in:
eggmanQQQ
2024-10-15 21:30:20 +08:00
parent e0f55ef03c
commit c84cfa3e4f
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
<uses-permission android:name="com.meizu.c2dm.permission.RECEIVE" />
<uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" />
<!-- AppsFlyer需要参考https://dev.appsflyer.com/hc/docs/install-android-sdk#setting-required-permissions -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!-- 对于 Android 12.0 及以上设备,还需要添加如下权限: -->
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

View File

@@ -33,7 +33,7 @@ MIN_SDK_VERSION=21
TARGET_SDK_VERSION=34
version_name=1.0.17
version_code=25
version_code=28
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890