@@ -7,22 +7,22 @@ plugins {
77android {
88 compileSdk = 35
99 buildToolsVersion = ' 35.0.0'
10- ndkVersion = ' 27.0.11902837 '
10+ ndkVersion = ' 27.0.12077973 '
1111 namespace = ' io.github.vvb2060.ndk.boringssl.test'
1212 defaultConfig {
1313 minSdk = 21
1414 targetSdk = 35
15- versionCode = 6
16- versionName = ' android-14 .0.0_r54 '
15+ versionCode = 7
16+ versionName = ' android-15 .0.0_r1 '
1717 testInstrumentationRunner = ' androidx.test.runner.AndroidJUnitRunner'
1818 externalNativeBuild {
1919 ndkBuild {
2020 arguments + = [ " -j${ Runtime.runtime.availableProcessors()} " ]
21- abiFilters + = [ " x86" , " x86_64" , " armeabi-v7a" , " arm64-v8a" , " riscv64" ]
2221 }
2322 }
2423 ndk {
2524 debugSymbolLevel = " FULL"
25+ abiFilters + = [ " x86" , " x86_64" , " armeabi-v7a" , " arm64-v8a" , " riscv64" ]
2626 }
2727 }
2828
@@ -47,6 +47,7 @@ android {
4747 }
4848
4949 compileOptions {
50+ coreLibraryDesugaringEnabled = true
5051 sourceCompatibility = JavaVersion . VERSION_21
5152 targetCompatibility = JavaVersion . VERSION_21
5253 }
@@ -89,7 +90,7 @@ android {
8990}
9091
9192dependencies {
92- // implementation 'io.github.vvb2060.ndk:boringssl:4.0 '
93+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.2 '
9394 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
9495 androidTestImplementation ' androidx.test:rules:1.6.1'
9596}
0 commit comments