Skip to content

Commit

Permalink
Patch version 1.50.39.1
Browse files Browse the repository at this point in the history
Take over updated filter defaults during update in case not changed as hosts-file.net stopped working
  • Loading branch information
IngoZenz committed Apr 4, 2020
1 parent 6cef75e commit 91618a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dnsfilter.android"
android:versionCode="1503900"
android:versionName="1.50.39.0" >
android:versionCode="1503901"
android:versionName="1.50.39.1" >

<uses-sdk android:minSdkVersion="14" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/dnsfilter/DNSFilterManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ of the License, or (at your option) any later version.

public class DNSFilterManager extends ConfigurationAccess {

public static final String VERSION = "1503900";
public static final String VERSION = "1503901";

private static DNSFilterManager INSTANCE = new DNSFilterManager();

Expand Down

0 comments on commit 91618a7

Please sign in to comment.