From dbe49128842692fd323e3f2ea53a354013b4a038 Mon Sep 17 00:00:00 2001 From: iwgeric Date: Fri, 28 Mar 2014 08:18:54 -0400 Subject: [PATCH] remove a change to ndk path (made by mistake) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bb8c2a9fc..d8edbb788 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ buildNativeProjects = true # Path to android NDK for building native libraries #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7 -ndkPath = D:/android/android-ndk-r8ed +ndkPath = D:/android/android-ndk-r8e # Path for downloading native Bullet bulletUrl = http://bullet.googlecode.com/files/bullet-2.82-r2704.zip