Bump version

This commit is contained in:
Maksim Karasev 2024-11-05 15:59:41 +03:00
parent 835e9381ea
commit 7cdc2bbb84
2 changed files with 13 additions and 2 deletions

View file

@ -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

View file

@ -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