Skip to content

Commit

Permalink
Bump version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Apr 14, 2024
1 parent 2c82184 commit 4b7d0f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 34
versionCode 330
versionName "3.3.0"
versionCode 340
versionName "3.4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -88,7 +88,7 @@ aboutLibraries {


dependencies {
def composeBom = platform('androidx.compose:compose-bom:2024.03.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.00')
implementation composeBom
androidTestImplementation composeBom

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/340.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed crash in ebook details screen in some cases.
- Updated Russian translation.
- Other minor fixes and improvements.

0 comments on commit 4b7d0f1

Please sign in to comment.