Skip to content

Commit 2a0ac0d

Browse files
committed
v4.2.2
1 parent 0b9f203 commit 2a0ac0d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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 = 20
48-
versionName = "4.2.1"
47+
versionCode = 21
48+
versionName = "4.2.2"
4949

5050
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5151
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Update UI - Change the FAB of TMDB account tab to button group (it was confusing to some users)
2+
Multiple bug fixes and improvements
3+
Development - Change the R8 rules to keep class and method names

0 commit comments

Comments
 (0)