Skip to content

Commit 0a0ebfe

Browse files
committed
v4.2
1 parent 130300c commit 0a0ebfe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444
applicationId = "com.wirelessalien.android.moviedb"
4545
minSdk = 24
4646
targetSdk = 34
47-
versionCode = 18
48-
versionName = "4.1"
47+
versionCode = 19
48+
versionName = "4.2"
4949

5050
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5151
}

fastlane/metadata/android/en-US/changelogs/19.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ add default media prioritization (movie, show) for Trakt account
22
add quick access episode sheet for Trakt in Details screen
33
add animation to trending cards
44
add more items button to Home screen sections
5-
fix #109, #110
5+
add video dialog (all videos for a movie/show will display instead of only trailer)
6+
add release data dialog (on click of release date more details will be shown)
7+
fix #109, #110 #111
8+
a lot of small improvements and bug fixes

0 commit comments

Comments
 (0)