We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b21dac commit 5778f6eCopy full SHA for 5778f6e
app/build.gradle.kts
@@ -44,8 +44,8 @@ android {
44
applicationId = "com.wirelessalien.android.moviedb"
45
minSdk = 24
46
targetSdk = 34
47
- versionCode = 21
48
- versionName = "4.2.2"
+ versionCode = 22
+ versionName = "4.2.3"
49
50
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
51
}
fastlane/metadata/android/en-US/changelogs/22.txt
@@ -0,0 +1,3 @@
1
+Fix - notification display for unknown episodes #115
2
+Fix - #116
3
+Multiple small improvements and fixes
0 commit comments