Tor 0.4.8.14, Lyrebird 0.5.0-3, Onionwrapper 0.1.3.

This commit is contained in:
akwizgran
2025-02-13 12:25:50 +00:00
parent 7034524fa1
commit a3f1ce6d87
5 changed files with 18 additions and 18 deletions

View File

@@ -29,14 +29,14 @@ buildscript {
dagger_version = "2.51.1"
okhttp_version = "4.12.0"
jackson_version = "2.13.4"
tor_version = "0.4.8.13"
lyrebird_version = "0.5.0-2"
tor_version = "0.4.8.14"
lyrebird_version = "0.5.0-3"
jsoup_version = '1.15.3'
bouncy_castle_version = '1.71' // 1.72 accidentally depends on Java 7
junit_version = "4.13.2"
jmock_version = '2.12.0'
mockwebserver_version = '4.10.0'
onionwrapper_version = '0.1.2'
onionwrapper_version = '0.1.3'
}
dependencies {
// upgrading this let's us run into https://github.com/gradle/gradle/issues/20330