Skip to content

Commit

Permalink
Merge pull request #1 from wctrl/master
Browse files Browse the repository at this point in the history
Bump gradle and NDK
  • Loading branch information
Gstalker authored May 16, 2024
2 parents 9e571b6 + 856de21 commit 17fb8a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Sep 26 02:13:18 PDT 2021
#Wed Apr 24 19:18:08 EEST 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
abiFilters "arm64-v8a", "armeabi-v7a", "x86", "x86_64"
}
}
ndkVersion '22.1.7171670'
ndkVersion '26.2.11394342'
}

cargo {
Expand Down

0 comments on commit 17fb8a7

Please sign in to comment.