File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
27
27
minSdk = 21
28
28
targetSdk = 35
29
29
// targetSdkPreview = "UpsideDownCake"
30
- versionCode = 212
31
- versionName = " 0.7.57 "
30
+ versionCode = 213
31
+ versionName = " 0.7.58 "
32
32
externalNativeBuild {
33
33
cmake {
34
34
// arguments+= "-DCMAKE_VERBOSE_MAKEFILE=1"
Original file line number Diff line number Diff line change 15
15
<uses-permission android : name =" android.permission.QUERY_ALL_PACKAGES"
16
16
tools : ignore =" QueryAllPackagesPermission" />
17
17
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
-
27
18
28
19
<application
29
20
android : name =" .core.ICSOpenVPNApplication"
You can’t perform that action at this time.
0 commit comments