Skip to content

Commit 4b7d0f1

Browse files
Bump version (#150)
1 parent 2c82184 commit 4b7d0f1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "com.starry.myne"
2828
minSdk 26
2929
targetSdk 34
30-
versionCode 330
31-
versionName "3.3.0"
30+
versionCode 340
31+
versionName "3.4.0"
3232

3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3434
vectorDrawables {
@@ -88,7 +88,7 @@ aboutLibraries {
8888

8989

9090
dependencies {
91-
def composeBom = platform('androidx.compose:compose-bom:2024.03.00')
91+
def composeBom = platform('androidx.compose:compose-bom:2024.04.00')
9292
implementation composeBom
9393
androidTestImplementation composeBom
9494

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fixed crash in ebook details screen in some cases.
2+
- Updated Russian translation.
3+
- Other minor fixes and improvements.

0 commit comments

Comments
 (0)