diff --git a/CHANGELOG b/CHANGELOG index a3acba41d..65e22880d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Changelog : v4.0.4 (35) +• Fix missing download entries +• Do not allow users to install bundled apps via Native Installer +• Updated Translations + Changelog : v4.0.3 (34) • Add back search filters • Add back manual downloads diff --git a/app/build.gradle b/app/build.gradle index fa23d5317..b8bea64a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { minSdkVersion 19 targetSdkVersion 30 - versionCode 34 - versionName "4.0.3" + versionCode 35 + versionName "4.0.4" vectorDrawables.useSupportLibrary = true multiDexEnabled true