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 {