File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ v1.9.1
2+ ===
3+ Improvements:
4+ - Optional Root CA installation for SNI Tricks
5+
6+ Bugfixes:
7+ - Fixed Root CA installation on Android 11 and higher. You need to install it manually due to new security policies.
8+
19v1.9
210===
311New features:
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " ru.krlvm.powertunnel.android"
99 minSdkVersion 16
1010 targetSdkVersion 30
11- versionCode 20
12- versionName " 1.9"
11+ versionCode 21
12+ versionName " 1.9.1 "
1313 multiDexEnabled true
1414
1515 externalNativeBuild {
Original file line number Diff line number Diff line change 1+ Improvements:
2+ - Optional Root CA installation for SNI Tricks
3+
4+ Bugfixes:
5+ - Fixed Root CA installation on Android 11 and higher. You need to install it manually due to new security policies.
Original file line number Diff line number Diff line change 1- 20 ;1.9;16
1+ 21 ;1.9.1 ;16
You can’t perform that action at this time.
0 commit comments