diff --git a/assets/changelog.htm b/assets/changelog.htm
index 3338c7bfec..e39c134d0a 100644
--- a/assets/changelog.htm
+++ b/assets/changelog.htm
@@ -9,15 +9,19 @@
-
v0.8.1 (Build 290)
-
Release date: 08-15-2021
+
v0.8.1 (Build 280)
+
Release date: 08-17-2021
- Add: Brave web search
- Add: Press back gesture preference
- Add: Press Home gesture preference
+ - Add: Desktop Mode
- Fix: Text color on widget selector for light theme
- Fix: Search hidden apps
+ - Fix: Folder icon in cover mode
- Restore smartspace widget
+ - Restore Adaptive clock icon (Google)
+ - Restore Adaptive calendar icon (Google)
Back to the top
diff --git a/build.gradle b/build.gradle
index 32c036ff3c..f47b192a22 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ android {
compileSdkVersion 30
def name = "0.8.1"
- def code = 278
+ def code = 280
defaultConfig {
minSdkVersion 26