Skip to content

Commit

Permalink
Release - 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed Aug 24, 2023
1 parent 9a2704d commit c88a232
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 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 = 33
versionName = "2.7.1"
versionCode = 34
versionName = "2.7.2"
}

buildTypes {
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.1.0" apply false
id ("com.android.library") version "8.1.0" apply false
id ("com.android.application") version "8.1.1" apply false
id ("com.android.library") version "8.1.1" apply false
}

tasks.register<Delete>("clean") {
Expand Down
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/31.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fixes and ui improvements

0 comments on commit c88a232

Please sign in to comment.