update gradle archive versioning

This commit is contained in:
n8fr8 2018-09-12 17:14:07 -04:00
parent fa1ed5505d
commit 75bd78b287
2 changed files with 2 additions and 2 deletions

2
external/libevent vendored

@ -1 +1 @@
Subproject commit 90ae4c5013032158bafad41279823d90eec4d206
Subproject commit 25d588c12684ee17acee4460be788c1f6f85d48a

View File

@ -40,7 +40,7 @@ uploadArchives {
pom.project {
groupId 'org.torproject'
artifactId 'tor-android-binary'
version "0.3.4.7-rc"
version "0.3.4.8"
}
}
}