File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 99 </facet >
1010 </component >
1111 <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output =" true" >
12- <output url =" file://$MODULE_DIR$/build/classes/main" />
13- <output-test url =" file://$MODULE_DIR$/build/classes/test" />
1412 <exclude-output />
1513 <content url =" file://$MODULE_DIR$" >
1614 <excludeFolder url =" file://$MODULE_DIR$/.gradle" />
1715 </content >
18- <orderEntry type =" jdk " jdkName = " 1.7 " jdkType = " JavaSDK " />
16+ <orderEntry type =" inheritedJdk " />
1917 <orderEntry type =" sourceFolder" forTests =" false" />
2018 </component >
2119</module >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:1.3.0 '
8+ classpath ' com.android.tools.build:gradle:2.1.2 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121}
2222
2323dependencies {
24- compile ' com.android.support:recyclerview-v7:23.0.1 '
25- compile ' com.android.support:cardview-v7:23.0.1 '
26- compile ' com.google.guava:guava:18 .0'
24+ compile ' com.android.support:recyclerview-v7:23.4.0 '
25+ compile ' com.android.support:cardview-v7:23.4.0 '
26+ compile ' com.google.guava:guava:19 .0'
2727}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 -all.zip
You can’t perform that action at this time.
0 commit comments