From 417a7252ef888aac16e6659e64644a21e3cfb7e3 Mon Sep 17 00:00:00 2001 From: sadra amlashi Date: Fri, 26 May 2017 01:55:05 +0430 Subject: [PATCH] Add some dependencies --- .idea/misc.xml | 2 +- .idea/vcs.xml | 6 ++++++ app/build.gradle | 7 ++++--- build.gradle | 6 ++---- 4 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 95f0f03..1caa136 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 0e0551e..6d933b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'com.android.application' + android { compileSdkVersion 25 buildToolsVersion "25.0.3" @@ -20,13 +21,13 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) + compile fileTree(include: ['*.jar'], dir: 'libs') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile project(":AwesomeSpinner") compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7' compile 'com.android.support:design:25.3.1' testCompile 'junit:junit:4.12' -} + compile project(':AwesomeSpinner') +} \ No newline at end of file diff --git a/build.gradle b/build.gradle index b78a0b8..299f75c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,10 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.3.1' - + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -20,4 +18,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir -} +} \ No newline at end of file