diff --git a/README.md b/README.md index e4f9d71cfb..7e1076a7ba 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,13 @@ to discuss the development, issues and new features.
- [X] Dock Icon Scale. - [X] Workspace Icon Scale. - [X] Desktop grid preference. -- [ ] Apps Predictions (Experimental). +- [X] Apps Predictions (Experimental). ## New Features and TODOs - [ ] Icon pack support. +- [ ] Disable auto remove empty screen. +- [ ] Add desktop screen manually. +- [ ] Reorder empty screens. - [ ] Back up and restore. - [ ] Horizontal drawer. - [ ] Support for more news feeds (Like Microsoft Bing). diff --git a/build.gradle b/build.gradle index e9516da037..032530a67d 100644 --- a/build.gradle +++ b/build.gradle @@ -71,8 +71,8 @@ android { compileSdkVersion 30 buildToolsVersion "30.0.2" - def name = "0.4.1" - def code = 36 + def name = "0.5.0" + def code = 40 defaultConfig { minSdkVersion 25