We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e949fe4 commit d0835cfCopy full SHA for d0835cf
2 files changed
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = "io.github.jd1378.otphelper"
21
minSdk = 24
22
targetSdk = 36
23
- versionCode = 49
24
- versionName = "1.20.1"
+ versionCode = 50
+ versionName = "1.20.2"
25
26
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
27
vectorDrawables { useSupportLibrary = true }
fastlane/metadata/android/en-US/changelogs/50000.txt
@@ -0,0 +1 @@
1
+- Fixed an issue where an SMS without a phone number was getting ignored in SMS mode
0 commit comments