File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
9090dependencies {
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
Original file line number Diff line number Diff line change 1+ - Fixed crash in ebook details screen in some cases.
2+ - Updated Russian translation.
3+ - Other minor fixes and improvements.
You can’t perform that action at this time.
0 commit comments