This repository was archived by the owner on Feb 11, 2020. It is now read-only.
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
3
### [ Unreleased]
4
+
5
+ ### [ 5.2.10] - 2019-01-25
4
6
- Update library dependencies
5
7
- Add Android TV support
6
8
- Fix occasional crash with tunnel stats
@@ -146,7 +148,8 @@ the only ones which use the tunnel for networking.
146
148
- Ensure command line tools know the correct paths to probe for config files
147
149
- Update userspace implementation to work with Android 9's bionic restrictions
148
150
149
- [ Unreleased ] : https://github.com/msfjarvis/viscerion/compare/5.2.9...HEAD
151
+ [ Unreleased ] : https://github.com/msfjarvis/viscerion/compare/5.2.10...HEAD
152
+ [ 5.2.10 ] : https://github.com/msfjarvis/viscerion/releases/5.2.10
150
153
[ 5.2.9 ] : https://github.com/msfjarvis/viscerion/releases/5.2.9
151
154
[ 5.2.8 ] : https://github.com/msfjarvis/viscerion/releases/5.2.8
152
155
[ 5.2.7 ] : https://github.com/msfjarvis/viscerion/releases/5.2.7
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ext.versions = [
7
7
minSdk : 23 ,
8
8
targetSdk : 29 ,
9
9
compileSdk : 29 ,
10
- versionCode : 5291 ,
11
- versionName : " 5.2.9 " ,
10
+ versionCode : 5292 ,
11
+ versionName : " 5.2.10 " ,
12
12
buildTools : " 29.0.2" ,
13
13
packageName : " me.msfjarvis.viscerion"
14
14
]
You can’t perform that action at this time.
0 commit comments