diff --git a/app/build.gradle b/app/build.gradle index 8dd1657..4f91779 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ android { externalNativeBuild { cmake { path file('src/main/jni/CMakeLists.txt') - version '3.18.1' + version '3.18.1+' } } buildToolsVersion '30.0.3' @@ -68,4 +68,4 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -} \ No newline at end of file +}