Skip to content

Commit

Permalink
build: bump versionCode to 28 and versionName to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Sep 1, 2024
1 parent 82c84af commit 1bd5eee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.gradle.api.JavaVersion

object Versions {
const val appCode = 27
const val appName = "0.15.1"
const val appCode = 28
const val appName = "0.15.2"

const val compileSdk = 35
const val buildTools = "35.0.0"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fixes:
- Fix a crash when failing to load the login disclaimer
- Hide the system bars when closing a dialog on Android 10 and lower
- Fix items rearranging when scrolling in a large library

0 comments on commit 1bd5eee

Please sign in to comment.