Skip to content

Commit

Permalink
Release - 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed May 26, 2023
1 parent 9f40e08 commit 14f6288
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 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 = 30
versionName = "2.5"
versionCode = 31
versionName = "2.6"
}

buildTypes {
Expand Down Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Delete>("clean") {
Expand Down
7 changes: 0 additions & 7 deletions fastlane/metadata/android/en-US/changelogs/28.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Redesigned app drawer; alignment option by @michelevantaggi02
- Spanish translation by @BonifacioCalindoro
- !intentionally added more bugs to fix later

0 comments on commit 14f6288

Please sign in to comment.