Skip to content
Snippets Groups Projects
Unverified Commit 0bb7c257 authored by n8 fr8's avatar n8 fr8
Browse files

update version strings to 0.4.2.5

parent f3c44dc5
Branches tor-android-binary-tor-0.4.2.5
Tags
No related merge requests found
...@@ -15,8 +15,8 @@ android { ...@@ -15,8 +15,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 41510 versionCode 42500
versionName "0.4.1.5" versionName "0.4.2.5"
} }
...@@ -41,7 +41,7 @@ uploadArchives { ...@@ -41,7 +41,7 @@ uploadArchives {
pom.project { pom.project {
groupId 'org.torproject' groupId 'org.torproject'
artifactId 'tor-android-binary' artifactId 'tor-android-binary'
version "0.4.1.6-dev" version "0.4.2.5"
} }
} }
} }
......
...@@ -20,6 +20,6 @@ public interface TorServiceConstants { ...@@ -20,6 +20,6 @@ public interface TorServiceConstants {
int FILE_WRITE_BUFFER_SIZE = 1024; int FILE_WRITE_BUFFER_SIZE = 1024;
String BINARY_TOR_VERSION = "0.4.1.6-openssl1.0.2p"; String BINARY_TOR_VERSION = "0.4.2.5-openssl1.0.2p";
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment