Skip to content

Commit

Permalink
Release - 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed May 7, 2023
1 parent cfb10e8 commit 0b3f861
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = 29
versionName = "2.4.1"
versionCode = 30
versionName = "2.5"
}

buildTypes {
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation ("androidx.browser:browser:1.5.0")
implementation ("androidx.core:core-ktx:1.10.0")
implementation ("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation ("com.google.android.material:material:1.8.0")
implementation ("com.google.android.material:material:1.9.0")
implementation (kotlin("stdlib", version = kotlinVersion))
implementation ("com.github.cachapa:ExpandableLayout:2.9.2")
}
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/27.txt

This file was deleted.

2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Several visual and performance fixes, helped by @michelevantaggi02
- Turkish translation by @slorixsh

0 comments on commit 0b3f861

Please sign in to comment.