diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b9885a1..0169ab6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "rasel.lunar.launcher" minSdk = 26 targetSdk = 33 - versionCode = 30 - versionName = "2.5" + versionCode = 31 + versionName = "2.6" } buildTypes { @@ -65,7 +65,7 @@ dependencies { implementation ("androidx.appcompat:appcompat:1.6.1") implementation ("androidx.biometric:biometric-ktx:1.2.0-alpha05") implementation ("androidx.browser:browser:1.5.0") - implementation ("androidx.core:core-ktx:1.10.0") + implementation ("androidx.core:core-ktx:1.10.1") implementation ("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1") implementation ("com.google.android.material:material:1.9.0") implementation (kotlin("stdlib", version = kotlinVersion)) diff --git a/build.gradle.kts b/build.gradle.kts index fcf3e20..257bc41 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,8 +9,8 @@ buildscript { } plugins { - id ("com.android.application") version "8.0.1" apply false - id ("com.android.library") version "8.0.1" apply false + id ("com.android.application") version "8.0.2" apply false + id ("com.android.library") version "8.0.2" apply false } tasks.register("clean") { diff --git a/fastlane/metadata/android/en-US/changelogs/28.txt b/fastlane/metadata/android/en-US/changelogs/28.txt deleted file mode 100644 index 76a975d..0000000 --- a/fastlane/metadata/android/en-US/changelogs/28.txt +++ /dev/null @@ -1,7 +0,0 @@ -- 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 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/31.txt b/fastlane/metadata/android/en-US/changelogs/31.txt new file mode 100644 index 0000000..7b94eee --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/31.txt @@ -0,0 +1,3 @@ +- Redesigned app drawer; alignment option by @michelevantaggi02 +- Spanish translation by @BonifacioCalindoro +- !intentionally added more bugs to fix later \ No newline at end of file