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 c7787e5 commit 88460c0Copy full SHA for 88460c0
app/build.gradle.kts
@@ -44,8 +44,8 @@ android {
44
applicationId = "com.wirelessalien.android.moviedb"
45
minSdk = 24
46
targetSdk = 34
47
- versionCode = 19
48
- versionName = "4.2"
+ versionCode = 20
+ versionName = "4.2.1"
49
50
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
51
}
fastlane/metadata/android/en-US/changelogs/20.txt
@@ -0,0 +1,2 @@
1
+Improve external CSV import
2
+fix #113
0 commit comments