diff --git a/Changelog.md b/Changelog.md index f22869f9b..1519d775c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ Changelog AFWall+ ================== +Version 3.0.3 + +* Fix: Disable firewall issue +* Fix: Traffic stats always zero in app details +* Rewritten filter logic for main screen apps. +* Xposed plugin not able to read preference. + + Version 3.0.2 * Fix: Issue with Pixel C devices * Support for Magisk 18.0 and startup leak diff --git a/aFWall/build.gradle b/aFWall/build.gradle index 99ed304df..a957fdfd3 100644 --- a/aFWall/build.gradle +++ b/aFWall/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 21 targetSdkVersion 26 versionCode 16800 - versionName "3.1.0-BETA" + versionName "3.0.3" //buildConfigField 'boolean', 'DONATE', 'true' }