Skip to content

Commit

Permalink
Merge branch 'main' into feat/newSettingsSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCodes2Much authored Sep 27, 2024
2 parents d4685ec + 9601afa commit d1b42c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [conven

## [Coming Soon](https://github.com/DroidWorksStudio/EasyLauncher/tree/HEAD)

### Implemented Enhancements:

- Added a default search engine so can use other apps other then ones selected - ([630e5c6](https://github.com/DroidWorksStudio/EasyLauncher/commit/630e5c6b2c765fc6abc481e066c9807ff57036f2))

### Feature Removal:

- Remove trash files. ([#140](https://github.com/DroidWorksStudio/EasyLauncher/issues/140)) - ([d27ccc8](https://github.com/DroidWorksStudio/EasyLauncher/commit/d27ccc8cf6711d962c1b41504b52d77553d8fa4b))
Expand All @@ -12,6 +16,10 @@ All notable changes to this project will be documented in this file. See [conven

- Updated Language Files. ([#129](https://github.com/DroidWorksStudio/EasyLauncher/issues/129)) - ([80fddba](https://github.com/DroidWorksStudio/EasyLauncher/commit/80fddba64d5f664662809d163a0b17737bcb64b0))

### Releases:

- Prepare for version 0.2.6 - ([b88ccdc](https://github.com/DroidWorksStudio/EasyLauncher/commit/b88ccdc44b05e9d5af662a745560ae1eec58a1e3))

## [0.2.5](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.2.5) - (15, September 2024)

### Bug Fixes:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 35
versionCode = 25
versionName = "0.2.5"
versionCode = 26
versionName = "0.2.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders["internetPermission"] = "android.permission.INTERNET"
Expand Down

0 comments on commit d1b42c1

Please sign in to comment.