diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5c3a0ff..ff34894 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "rasel.lunar.launcher" minSdk = 26 targetSdk = 34 - versionCode = 37 - versionName = "2.8.1.1" + versionCode = 38 + versionName = "2.8.2" } buildTypes { @@ -63,10 +63,10 @@ dependencies { implementation ("androidx.appcompat:appcompat:1.6.1") implementation ("androidx.biometric:biometric-ktx:1.2.0-alpha05") - implementation ("androidx.browser:browser:1.7.0") + implementation ("androidx.browser:browser:1.8.0") implementation ("androidx.core:core-ktx:1.12.0") implementation ("androidx.core:core-splashscreen:1.0.1") - implementation ("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2") + implementation ("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0") implementation ("com.google.android.material:material:1.10.0") implementation (kotlin("stdlib", version = kotlinVersion)) implementation ("com.github.cachapa:ExpandableLayout:2.9.2") diff --git a/fastlane/metadata/android/en-US/changelogs/35.txt b/fastlane/metadata/android/en-US/changelogs/35.txt deleted file mode 100644 index 8eb6240..0000000 --- a/fastlane/metadata/android/en-US/changelogs/35.txt +++ /dev/null @@ -1,6 +0,0 @@ -- add animated drawable for splash screen -- add apk share option in app menu -- change string button to icon button in app menu -- add different app drawer layout selection option -- add icon pack support -- string updates and improvements \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/38.txt b/fastlane/metadata/android/en-US/changelogs/38.txt new file mode 100644 index 0000000..d019f1b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/38.txt @@ -0,0 +1,3 @@ +- startup crash fix by @ottop +- icon pack support for favorite apps by @fs-sifat +- app rename support by @fs-sifat