Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
ndk version to 26.1.10909125
cmake version to version 3.27.7
  • Loading branch information
efef authored Oct 19, 2023
1 parent 91a1e5a commit dcfb052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
android {
namespace 'org.eduvpn.common'
compileSdk 33
ndkVersion = "25.1.8937393"
ndkVersion = "26.1.10909125"

def commonVersion = "2.0.0"

Expand All @@ -32,7 +32,7 @@ android {
externalNativeBuild {
cmake {
path "libs/CMakeLists.txt"
version "3.22.1"
version "3.27.7"
}
}
compileOptions {
Expand All @@ -58,4 +58,4 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
}

0 comments on commit dcfb052

Please sign in to comment.