mirror of
https://github.com/karasevm/PrivateDNSAndroid.git
synced 2025-06-28 20:29:56 +00:00
Bump version
This commit is contained in:
parent
835e9381ea
commit
7cdc2bbb84
2 changed files with 13 additions and 2 deletions
|
@ -12,8 +12,8 @@ android {
|
||||||
}
|
}
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "ru.karasevm.privatednstoggle"
|
applicationId "ru.karasevm.privatednstoggle"
|
||||||
versionCode 16
|
versionCode 17
|
||||||
versionName "1.9.0-beta1"
|
versionName "1.9.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
|
|
11
fastlane/metadata/android/en-US/changelogs/17.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/17.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue