Skip to content

Commit

Permalink
Bump version (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Aug 8, 2024
1 parent dbb5357 commit 8a67080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 35
versionCode 391
versionName "3.9.1"
versionCode 400
versionName "4.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/400.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Bumped target SDK to v35 (Android 15).
- Added handling for OPF prefix in the manifest tags in the EPUB parser.
- Added Hindi translations.
- Some documentation updates and other minor fixes.

0 comments on commit 8a67080

Please sign in to comment.