Browse Source

build: use different bullet zip name

Kirill Vainer 8 năm trước cách đây
mục cha
commit
d2a4a3fa87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gradle.properties

+ 1 - 1
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