mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
fix android builds
This commit is contained in:
parent
0cbc678b08
commit
8e5284854d
3 changed files with 8 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -252,7 +252,7 @@ dependency_overrides:
|
|||
tor_ffi_plugin:
|
||||
git:
|
||||
url: https://github.com/cypherstack/tor.git
|
||||
ref: 647cadc3c82c276dc07915b02d24538fd610f220
|
||||
ref: 534ec251b339199446b723c01a25d324ae7bb974
|
||||
|
||||
monero:
|
||||
git:
|
||||
|
|
Loading…
Reference in a new issue