diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-08-07 16:59:59 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-08-07 16:59:59 +0200 |
commit | 98e81a04548eda145c2cabf8d3a7bd24b74b3971 (patch) | |
tree | 7ebc60684ac79e54ced03f32b9184278f966968a | |
parent | be8b263f543530eb2142f362d0d7346f013c57c3 (diff) |
Update buildToolsVersion to "18.0.1" (closes issue #190)
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | misc/build-native.bat | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index c7870cd5..514128de 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { android { compileSdkVersion 18 - buildToolsVersion "18" + buildToolsVersion "18.0.1" defaultConfig { minSdkVersion 14 diff --git a/misc/build-native.bat b/misc/build-native.bat index 2c6303ea..f84f911a 100644 --- a/misc/build-native.bat +++ b/misc/build-native.bat @@ -2,7 +2,7 @@ call ndk-build -j 8
cd libs
-mkdir ..\assets +mkdir ..\assets
for /D %%f in (*) do (
@@ -11,4 +11,4 @@ for /D %%f in (*) do ( del %%f\libssl.so
)
-cd ..
\ No newline at end of file +cd ..
|