mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
update gradle.build so tor builds correctly
This commit is contained in:
parent
706cf464e6
commit
28bd7bf97f
1 changed files with 6 additions and 2 deletions
|
@ -34,7 +34,9 @@ if (keystorePropertiesFile.exists()) {
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 33
|
compileSdkVersion 33
|
||||||
|
|
||||||
ndkVersion = "21.1.6352462"
|
// ndkVersion = "21.1.6352462"
|
||||||
|
// ndkVersion = "25.2.9519653"
|
||||||
|
ndkVersion = "23.1.7779620"
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main.java.srcDirs += 'src/main/kotlin'
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
|
@ -49,7 +51,9 @@ android {
|
||||||
applicationId "com.cypherstack.stackwallet"
|
applicationId "com.cypherstack.stackwallet"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
ndkVersion = "21.1.6352462"
|
// ndkVersion = "21.1.6352462"
|
||||||
|
// ndkVersion = "25.2.9519653"
|
||||||
|
ndkVersion = "23.1.7779620"
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Loading…
Reference in a new issue