summaryrefslogtreecommitdiff
path: root/build/android/native/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/native/build.gradle')
-rw-r--r--build/android/native/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/android/native/build.gradle b/build/android/native/build.gradle
index 69e1cf461..8ea6347b3 100644
--- a/build/android/native/build.gradle
+++ b/build/android/native/build.gradle
@@ -3,8 +3,8 @@ apply plugin: 'de.undercouch.download'
android {
compileSdkVersion 29
- buildToolsVersion '30.0.2'
- ndkVersion '21.3.6528147'
+ buildToolsVersion '30.0.3'
+ ndkVersion '22.0.7026061'
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
@@ -71,7 +71,7 @@ task getDeps(dependsOn: downloadDeps, type: Copy) {
}
// get sqlite
-def sqlite_ver = '3320200'
+def sqlite_ver = '3340000'
task downloadSqlite(dependsOn: getDeps, type: Download) {
src 'https://www.sqlite.org/2020/sqlite-amalgamation-' + sqlite_ver + '.zip'
dest new File(buildDir, 'sqlite.zip')