mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-15 18:00:40 -04:00
upgraded the ndk version
This commit is contained in:
parent
0756107d95
commit
70bc2235d7
10 changed files with 273 additions and 257 deletions
|
@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|||
|
||||
android {
|
||||
compileSdkVersion flutter.compileSdkVersion
|
||||
ndkVersion '25.1.8937393'
|
||||
ndkVersion '26.3.11579264'
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
|
@ -71,4 +71,4 @@ flutter {
|
|||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue