mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Android: Update Gradle, NDK, Build Tools, and SQLite version (#10833)
This commit is contained in:
parent
6693a4b30e
commit
cc44943528
4 changed files with 8 additions and 8 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue