소스 검색

fix broken bullet native source url

Kirill Vainer 8 년 전
부모
커밋
72b9f186ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -19,7 +19,7 @@ buildAndroidExamples = false
 ndkPath = /opt/android-ndk-r10c
 
 # Path for downloading native Bullet
-bulletUrl = http://bullet.googlecode.com/files/bullet-2.82-r2704.zip
+bulletUrl = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bullet/bullet-2.82-r2704.zip
 bulletFolder = bullet-2.82-r2704
 bulletZipFile = bullet.zip