From 6b179383a7fc9e1acebd373f55a527a221806cd9 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 25 Apr 2015 17:02:14 -0700 Subject: [PATCH] Add gradle build --- .gitignore | 1 + ServerProxy.iml | 74 ++++++++++++++++++++++++++++++++++++++++++++++--- build.gradle | 6 ++-- 3 files changed, 74 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 835d162..a4233a1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ gen/ .idea/ build/ .gradle +*.iml diff --git a/ServerProxy.iml b/ServerProxy.iml index 4e6f923..dd19eac 100644 --- a/ServerProxy.iml +++ b/ServerProxy.iml @@ -1,20 +1,86 @@ - + + + + + + - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + diff --git a/build.gradle b/build.gradle index 1a83e59..1264f78 100644 --- a/build.gradle +++ b/build.gradle @@ -15,12 +15,12 @@ repositories { } dependencies { - compile "com.android.support:support-v4:18.0.+" + compile 'com.android.support:support-v4:18.0.+' } android { - compileSdkVersion 7 - buildToolsVersion "20.0.0" + compileSdkVersion 22 + buildToolsVersion '22.0.0' sourceSets { main {