(android) use flutter.ndkVersion in thermion_flutter build.gradle
This commit is contained in:
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
|
|||||||
android {
|
android {
|
||||||
namespace 'dev.thermion.android'
|
namespace 'dev.thermion.android'
|
||||||
compileSdkVersion 33
|
compileSdkVersion 33
|
||||||
ndkVersion '25.2.9519653'
|
ndkVersion flutter.ndkVersion
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|||||||
Reference in New Issue
Block a user