2
0

gradle.properties 708 B

1234567891011121314151617181920
  1. # Version number used for plugins, only 3 numbers (e.g. 3.1.3)
  2. jmeVersion = 3.0.10
  3. # Version used for application and settings folder, no spaces!
  4. jmeMainVersion = 3.1
  5. # Version addition pre-alpha-svn, Stable, Beta
  6. jmeVersionTag = pre-alpha-svn
  7. # specify if SDK and Native libraries get built
  8. buildSdkProject = true
  9. buildNativeProjects = false
  10. buildAutogen = false
  11. # Path to android NDK for building native libraries
  12. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  13. ndkPath = D:/android/android-ndk-r8e
  14. # Path for downloading native Bullet
  15. bulletUrl = http://bullet.googlecode.com/files/bullet-2.82-r2704.zip
  16. bulletFolder = bullet-2.82-r2704
  17. bulletZipFile = bullet.zip