Add missing variables since previous cherry-pick

This commit is contained in:
Loic Blot 2018-12-22 17:28:22 +01:00
parent 9d64805ec1
commit 3c24f941e0
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 7 additions and 0 deletions

View File

@ -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 {