From 68be5dd2848e8dd043bace22875e2761f3beac1b Mon Sep 17 00:00:00 2001 From: Marcos Thomaz Date: Tue, 26 Jan 2016 09:36:42 -0200 Subject: [PATCH] change app to lib --- .idea/vcs.xml | 1 + app/build.gradle | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 6c0b863..288b36b 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index bf5a5d9..11ae6c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,10 @@ -apply plugin: 'com.android.application' +apply plugin: 'com.android.library' android { compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { - applicationId "thomaz.com.br.httpproject" minSdkVersion 15 targetSdkVersion 23 versionCode 1