Skip to content

Commit

Permalink
Release - 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed Apr 12, 2023
1 parent b3e6de5 commit 07e12e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "rasel.lunar.launcher"
minSdk = 26
targetSdk = 33
versionCode = 27
versionName = "2.3"
versionCode = 28
versionName = "2.4"
}

buildTypes {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/todo_manager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/scrimBackground"
android:paddingHorizontal="@dimen/twelve"
android:paddingVertical="@dimen/four">

Expand Down
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/25.txt

This file was deleted.

7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Wallpaper change support for android 12+ by @The-Repo-Club
- Show/hide status bar #17
- Crash fix for some specific smartphone brands #44
- Adjusts dialog when keyboard appears #43
- Open app drawer with the soft-keyboard #37
- Fixes apps search not working on first attempt
- Some visual fixes

0 comments on commit 07e12e1

Please sign in to comment.