Skip to content

Commit 86a6505

Browse files
committed
chore: add changelog and bump version
1 parent b08ab42 commit 86a6505

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
@@ -21,8 +21,8 @@ android {
2121
applicationId = "io.github.jd1378.otphelper"
2222
minSdk = 24
2323
targetSdk = 35
24-
versionCode = 34
25-
versionName = "1.16.4"
24+
versionCode = 35
25+
versionName = "1.17.0"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables { useSupportLibrary = true }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updated translations
2+
- Added option to show code as Toast instead of notification

0 commit comments

Comments
 (0)