From d2a4a3fa879fecd0678a8dcc563e7aa5925fc6bb Mon Sep 17 00:00:00 2001 From: Kirill Vainer Date: Fri, 25 Nov 2016 13:43:35 -0500 Subject: [PATCH] build: use different bullet zip name --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cc3e9f9b2..dba7982f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ ndkPath = /opt/android-ndk-r10c # Path for downloading native Bullet bulletUrl = https://github.com/bulletphysics/bullet3/archive/2.83.7.zip bulletFolder = bullet3-2.83.7 -bulletZipFile = bullet.zip +bulletZipFile = bullet3.zip # POM settings POM_NAME=jMonkeyEngine