Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
karasevm committed Nov 5, 2024
1 parent 835e938 commit 7cdc2bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
}
defaultConfig {
applicationId "ru.karasevm.privatednstoggle"
versionCode 16
versionName "1.9.0-beta1"
versionCode 17
versionName "1.9.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
targetSdkVersion 34
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Replaced server storage backend with Room, allowing for easier further expansion
- Add option to disable saved servers
- Improved backup handling
- Fixed desync bug while dragging servers
- Reorganized source file structure
- Updated Kotlin version
- Updated Java version
- Replaced gson with kotlinx.serialization
- Add Chinese Simplified translation (thanks @WeiguangTWK)
- Add Russian translation
- Fixed issue with provider not resetting when disabled through the dialog

0 comments on commit 7cdc2bb

Please sign in to comment.