File tree Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ dependencies {
61
61
compile " com.android.support:design:$rootProject . supportLibraryVersion "
62
62
compile " com.android.support:recyclerview-v7:$rootProject . supportLibraryVersion "
63
63
compile " com.android.support:support-v4:$rootProject . supportLibraryVersion "
64
+
64
65
compile " com.google.guava:guava:$rootProject . guavaVersion "
65
66
compile " com.github.bumptech.glide:glide:$rootProject . glideVersion "
66
67
compile " com.android.support.test.espresso:espresso-idling-resource:$rootProject . ext . espressoVersion "
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
jcenter()
4
+ google()
4
5
}
5
6
dependencies {
6
- classpath ' com.android.tools.build:gradle:2.3 .1'
7
+ classpath ' com.android.tools.build:gradle:3.0 .1'
7
8
8
9
// NOTE: Do not place your application dependencies here; they belong
9
10
// in the individual module build.gradle files
@@ -13,33 +14,27 @@ buildscript {
13
14
allprojects {
14
15
repositories {
15
16
jcenter()
16
- maven {
17
- url ' https://maven.google.com'
18
- }
17
+ google()
19
18
}
20
19
}
21
20
22
- task clean (type : Delete ) {
23
- delete rootProject. buildDir
24
- }
25
-
26
21
// Define versions in a single place
27
22
ext {
28
23
// Sdk and tools
29
- minSdkVersion = 10
30
- targetSdkVersion = 26
31
- compileSdkVersion = 26
32
- buildToolsVersion = ' 25 .0.2 '
24
+ minSdkVersion = 14
25
+ targetSdkVersion = 27
26
+ compileSdkVersion = 27
27
+ buildToolsVersion = ' 27 .0.1 '
33
28
34
29
// App dependencies
35
- supportLibraryVersion = ' 25.4.0 '
30
+ supportLibraryVersion = ' 27.0.2 '
36
31
guavaVersion = ' 18.0'
37
32
glideVersion = ' 3.6.1'
38
33
junitVersion = ' 4.12'
39
34
mockitoVersion = ' 1.10.19'
40
35
powerMockito = ' 1.6.2'
41
36
hamcrestVersion = ' 1.3'
42
- runnerVersion = ' 1.0.0 '
43
- rulesVersion = ' 1.0.0 '
44
- espressoVersion = ' 3.0.0 '
37
+ runnerVersion = ' 1.0.1 '
38
+ rulesVersion = ' 1.0.1 '
39
+ espressoVersion = ' 3.0.1 '
45
40
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments