Skip to content

Commit 59c6a0f

Browse files
committed
v3.3
1 parent f582d41 commit 59c6a0f

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 = 12
48-
versionName = "3.2"
47+
versionCode = 13
48+
versionName = "3.3"
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+
Fix - notification issue for saved items
2+
A few small bug fixes

0 commit comments

Comments
 (0)