Skip to content

Commit

Permalink
Merge pull request #17 from xlv/cmake_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Sep 3, 2023
2 parents 8cd9a52 + a9430ff commit 77dcf4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
}
}

0 comments on commit 77dcf4f

Please sign in to comment.