projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d64805
)
Add missing variables since previous cherry-pick
author
Loic Blot
<loic.blot@unix-experience.fr>
Sat, 22 Dec 2018 16:28:22 +0000
(17:28 +0100)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Sat, 22 Dec 2018 16:28:22 +0000
(17:28 +0100)
build/android/build.gradle
patch
|
blob
|
history
diff --git
a/build/android/build.gradle
b/build/android/build.gradle
index 06c79a08ff3b0c45c24b8bf8c2c09d756992584f..fbfe7fd68ace69bfd4a098d303fd40117dd0a13b 100644
(file)
--- a/
build/android/build.gradle
+++ b/
build/android/build.gradle
@@
-15,6
+15,13
@@
allprojects {
}
}
+def curl_version = "7.60.0"
+def gmp_version = "6.1.2"
+def irrlicht_revision = "5150"
+def openal_version = "1.18.2"
+def openssl_version = "1.0.2n"
+def sqlite3_version = "3260000"
+
apply plugin: "com.android.application"
android {