targetSdk = 35

This commit is contained in:
2dust
2024-10-28 14:33:30 +08:00
parent e60eb703c6
commit 076a968476
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 603
versionName = "1.9.9"
multiDexEnabled = true
+3 -3
View File
@@ -224,8 +224,7 @@
<activity
android:name=".ui.TaskerActivity"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name">
android:icon="@mipmap/ic_launcher">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
</intent-filter>
@@ -234,7 +233,8 @@
<receiver
android:name=".receiver.TaskerReceiver"
android:exported="true"
android:process=":RunSoLibV2RayDaemon">
android:process=":RunSoLibV2RayDaemon"
tools:ignore="ExportedReceiver">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING" />
</intent-filter>