From 4570869d8dfb4a88437d85379f932ada2d8be109 Mon Sep 17 00:00:00 2001 From: F8LEFT <826788949@qq.com> Date: Sat, 30 Apr 2016 13:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgradle=20build=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复部分写法上的错误 --- app/app.iml | 4 ++-- app/build.gradle | 14 ++++++++------ build.gradle | 2 +- cydiasubstrate_hooktools.iml | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/app/app.iml b/app/app.iml index 7bc5545..363785b 100644 --- a/app/app.iml +++ b/app/app.iml @@ -23,7 +23,7 @@ - + @@ -139,7 +139,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 7222041..7adedff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ model { } android { - compileSdkVersion 19 + compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { @@ -42,11 +42,13 @@ model { minSdkVersion.apiLevel 16 targetSdkVersion.apiLevel 19 - ndk { - moduleName "substrate-dvm" - ldLibs.addAll(["log", "dl"]) - cppFlags.addAll(["-Wpointer-arith", "-fpermissive", "-Wformat"]) - } + + } + + ndk { + moduleName "substrate-dvm" + ldLibs.addAll(["log", "dl"]) + cppFlags.addAll(["-Wpointer-arith", "-fpermissive", "-Wformat"]) } productFlavors { diff --git a/build.gradle b/build.gradle index 561742b..44d1026 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha4' + classpath 'com.android.tools.build:gradle-experimental:0.7.0-rc1' } } diff --git a/cydiasubstrate_hooktools.iml b/cydiasubstrate_hooktools.iml index 64e3a8d..e3c1cc2 100644 --- a/cydiasubstrate_hooktools.iml +++ b/cydiasubstrate_hooktools.iml @@ -8,7 +8,7 @@ - +