Skip to content

Commit

Permalink
Match Actions versions for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 11, 2024
1 parent 7943b2c commit 85de5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group "to.holepunch"
android {
namespace "to.holepunch.bare.kit"
compileSdk 34
ndkVersion "26.1.10909125"
ndkVersion "27.2.12479018"

defaultConfig {
minSdk 31
Expand All @@ -23,7 +23,7 @@ android {

externalNativeBuild {
cmake {
version "3.25.0+"
version "3.30.5"
path "../CMakeLists.txt"
}
}
Expand Down

0 comments on commit 85de5bc

Please sign in to comment.