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
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 41510
versionName "0.4.1.5"
versionCode 42500
versionName "0.4.2.5"
}
......@@ -41,7 +41,7 @@ uploadArchives {
pom.project {
groupId 'org.torproject'
artifactId 'tor-android-binary'
version "0.4.1.6-dev"
version "0.4.2.5"
}
}
}
......
......@@ -20,6 +20,6 @@ public interface TorServiceConstants {
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