fix android builds

This commit is contained in:
julian 2024-09-17 14:37:05 -06:00 committed by julian-CStack
parent 0cbc678b08
commit 8e5284854d
3 changed files with 8 additions and 3 deletions

View file

@ -1927,8 +1927,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "647cadc3c82c276dc07915b02d24538fd610f220"
resolved-ref: "647cadc3c82c276dc07915b02d24538fd610f220"
ref: "534ec251b339199446b723c01a25d324ae7bb974"
resolved-ref: "534ec251b339199446b723c01a25d324ae7bb974"
url: "https://github.com/cypherstack/tor.git"
source: git
version: "0.0.1"

View file

@ -34,6 +34,11 @@ android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
coreLibraryDesugaringEnabled true
}
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
}
ndk {

View file

@ -252,7 +252,7 @@ dependency_overrides:
tor_ffi_plugin:
git:
url: https://github.com/cypherstack/tor.git
ref: 647cadc3c82c276dc07915b02d24538fd610f220
ref: 534ec251b339199446b723c01a25d324ae7bb974
monero:
git: