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 f582d41 commit 59c6a0fCopy full SHA for 59c6a0f
app/build.gradle.kts
@@ -44,8 +44,8 @@ android {
44
applicationId = "com.wirelessalien.android.moviedb"
45
minSdk = 24
46
targetSdk = 34
47
- versionCode = 12
48
- versionName = "3.2"
+ versionCode = 13
+ versionName = "3.3"
49
50
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
51
}
fastlane/metadata/android/en-US/changelogs/13.txt
@@ -0,0 +1,2 @@
1
+Fix - notification issue for saved items
2
+A few small bug fixes
0 commit comments