gradle.properties 826 B

12345678910111213141516171819202122
  1. # Version number used for plugins, only 3 numbers (e.g. 3.1.3)
  2. jmeVersion = 3.1.0
  3. # Version used for application and settings folder, no spaces!
  4. jmeMainVersion = 3.1
  5. # Version addition pre-alpha-svn, Stable, Beta
  6. jmeVersionTag = snapshot-github
  7. # specify if SDK and Native libraries get built
  8. buildSdkProject = true
  9. buildNativeProjects = false
  10. # Path to android NDK for building native libraries
  11. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  12. ndkPath = /opt/android-ndk-r10c
  13. # Path for downloading native Bullet
  14. bulletUrl = http://bullet.googlecode.com/files/bullet-2.82-r2704.zip
  15. bulletFolder = bullet-2.82-r2704
  16. bulletZipFile = bullet.zip
  17. # Path for downloading NetBeans Base
  18. netbeansUrl = "http://download.netbeans.org/netbeans/8.0/final/zip/netbeans-8.0-201403101706-javase.zip"