Skip to content

Commit

Permalink
Release - 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed Mar 12, 2024
1 parent a8a1d28 commit c731722
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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")
Expand Down
6 changes: 0 additions & 6 deletions fastlane/metadata/android/en-US/changelogs/35.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- startup crash fix by @ottop
- icon pack support for favorite apps by @fs-sifat
- app rename support by @fs-sifat

0 comments on commit c731722

Please sign in to comment.