gradle.properties 506 B

1234567891011121314
  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. jmeVersionSuffix = -pre-alpha-svn
  7. # specify if SDK and Native libraries get built
  8. buildSdkProject = true
  9. buildNativeProjects = true
  10. # Path to android NDK for building native libraries
  11. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  12. ndkPath = D:/android/android-ndk-r8e