gradle.properties 407 B

12345678910
  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. # Path to android NDK for building native libraries
  8. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  9. ndkPath = D:/android/android-ndk-r8e