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 0b9f203 commit 2a0ac0dCopy full SHA for 2a0ac0d
app/build.gradle.kts
@@ -44,8 +44,8 @@ android {
44
applicationId = "com.wirelessalien.android.moviedb"
45
minSdk = 24
46
targetSdk = 34
47
- versionCode = 20
48
- versionName = "4.2.1"
+ versionCode = 21
+ versionName = "4.2.2"
49
50
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
51
}
fastlane/metadata/android/en-US/changelogs/21.txt
@@ -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