Skip to content

Commit

Permalink
Merge pull request #1384 from hussainmohd-a/v055e_rel
Browse files Browse the repository at this point in the history
V055f fix
  • Loading branch information
hussainmohd-a authored Apr 25, 2024
2 parents 66aa105 + df15595 commit f9cc452
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class LocalBlocklistsBottomSheet : BottomSheetDialogFragment() {
}

private fun invokeRethinkActivity() {
if (VpnController.hasTunnel()) {
if (!VpnController.hasTunnel()) {
Utilities.showToastUiCentered(
requireContext(),
getString(R.string.ssv_toast_start_rethink),
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.celzero.bravedns"
android:versionCode="37"
android:versionName="v055f"> <!-- 37(v055f) -->
android:versionCode="38"
android:versionName="v055f"> <!-- 38(v055f) -->

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ android.nonTransitiveRClass=true
# Enable configuration cache
org.gradle.unsafe.configuration-cache=true
android.nonFinalResIds=true
# Version code for this module (37 for v055f)
VERSION_CODE=37
# Version code for this module (38 for v055f)
VERSION_CODE=38

0 comments on commit f9cc452

Please sign in to comment.