We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08ab42 commit 86a6505Copy full SHA for 86a6505
app/build.gradle.kts
@@ -21,8 +21,8 @@ android {
21
applicationId = "io.github.jd1378.otphelper"
22
minSdk = 24
23
targetSdk = 35
24
- versionCode = 34
25
- versionName = "1.16.4"
+ versionCode = 35
+ versionName = "1.17.0"
26
27
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
28
vectorDrawables { useSupportLibrary = true }
fastlane/metadata/android/en-US/changelogs/35000.txt
@@ -0,0 +1,2 @@
1
+- Updated translations
2
+- Added option to show code as Toast instead of notification
0 commit comments