Skip to content

Commit 88460c0

Browse files
committed
v4.2.1
1 parent c7787e5 commit 88460c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 = 19
48-
versionName = "4.2"
47+
versionCode = 20
48+
versionName = "4.2.1"
4949

5050
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5151
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Improve external CSV import
2+
fix #113

0 commit comments

Comments
 (0)