Skip to content

Commit d0835cf

Browse files
committed
chore: bump version and add changelog
1 parent e949fe4 commit d0835cf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId = "io.github.jd1378.otphelper"
2121
minSdk = 24
2222
targetSdk = 36
23-
versionCode = 49
24-
versionName = "1.20.1"
23+
versionCode = 50
24+
versionName = "1.20.2"
2525

2626
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2727
vectorDrawables { useSupportLibrary = true }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed an issue where an SMS without a phone number was getting ignored in SMS mode

0 commit comments

Comments
 (0)