Skip to content

Commit 5ff0315

Browse files
committed
chore: Update version to 0.8.7-alpha (master)
Updates the application version to 0.8.7-alpha. Includes a changelog entry for bug fixes and stability improvements. Affected files: - app/build.gradle.kts - fastlane/metadata/android/en-US/changelogs/87.txt
1 parent 3bb7f62 commit 5ff0315

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626

2727
defaultConfig {
2828
applicationId = "com.eblan.launcher"
29-
versionCode = 86
30-
versionName = "0.8.6-alpha"
29+
versionCode = 87
30+
versionName = "0.8.7-alpha"
3131

3232
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3333
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Bug fixes and stability improvements

0 commit comments

Comments
 (0)