Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-android-service
Commits
ccaf68cc
Commit
ccaf68cc
authored
Sep 26, 2019
by
Matthew Finkel
Browse files
Bug 31192 - Bump Tor version number string
parent
5bc20389
Changes
1
Hide whitespace changes
Inline
Side-by-side
service/src/main/java/org/torproject/android/service/TorService.java
View file @
ccaf68cc
...
...
@@ -31,7 +31,7 @@ import java.util.concurrent.Executors;
public
final
class
TorService
extends
Service
implements
TorServiceConstants
,
OrbotConstants
{
public
final
static
String
TOR_VERSION
=
"0.
3.5.8
-rc-openssl1.0.2p"
;
public
final
static
String
TOR_VERSION
=
"0.
4.1.5
-rc-openssl1.0.2p"
;
private
static
final
int
NOTIFY_ID
=
1
;
private
static
final
int
ERROR_NOTIFY_ID
=
3
;
private
final
static
String
NOTIFICATION_CHANNEL_ID
=
"orbot_channel_1"
;
...
...
@@ -454,4 +454,4 @@ public final class TorService extends Service implements TorServiceConstants, Or
builder
.
torExecutable
(
exe
);
return
builder
.
build
();
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment