From 28bd7bf97fbace6d32e57d44822e81f076e15489 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 15 Sep 2023 17:24:05 -0600 Subject: [PATCH] update gradle.build so tor builds correctly --- android/app/build.gradle | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index dda3aabee..ec8747bff 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -34,7 +34,9 @@ if (keystorePropertiesFile.exists()) { android { compileSdkVersion 33 - ndkVersion = "21.1.6352462" +// ndkVersion = "21.1.6352462" +// ndkVersion = "25.2.9519653" + ndkVersion = "23.1.7779620" sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -49,7 +51,9 @@ android { applicationId "com.cypherstack.stackwallet" minSdkVersion 23 targetSdkVersion 33 - ndkVersion = "21.1.6352462" +// ndkVersion = "21.1.6352462" +// ndkVersion = "25.2.9519653" + ndkVersion = "23.1.7779620" versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"