Skip to content

Commit 85a015c

Browse files
committed
Version 0.5.58
1 parent f198f81 commit 85a015c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

main/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
minSdk = 21
2828
targetSdk = 35
2929
//targetSdkPreview = "UpsideDownCake"
30-
versionCode = 212
31-
versionName = "0.7.57"
30+
versionCode = 213
31+
versionName = "0.7.58"
3232
externalNativeBuild {
3333
cmake {
3434
//arguments+= "-DCMAKE_VERBOSE_MAKEFILE=1"

main/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
1616
tools:ignore="QueryAllPackagesPermission" />
1717

18-
<!-- <queries>-->
19-
<!-- <intent>-->
20-
<!-- <action android:name="android.intent.action.GET_CONTENT" />-->
21-
<!-- </intent>-->
22-
<!-- <intent>-->
23-
<!-- <action android:name="android.intent.action.ACTION_OPEN_DOCUMENT" />-->
24-
<!-- </intent>-->
25-
<!-- </queries>-->
26-
2718

2819
<application
2920
android:name=".core.ICSOpenVPNApplication"

0 commit comments

Comments
 (0)