File tree 4 files changed +10
-20
lines changed
4 files changed +10
-20
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25 .0.2"
5
+ buildToolsVersion ' 26 .0.2'
6
6
defaultConfig {
7
7
applicationId " sk.denis.davidek.popularmoviesstage2"
8
8
minSdkVersion 16
@@ -28,8 +28,11 @@ dependencies {
28
28
})
29
29
compile ' com.android.support:appcompat-v7:25.3.1'
30
30
compile ' com.android.support.constraint:constraint-layout:1.0.2'
31
- compile ' com.android.support:recyclerview-v7:25.1 .1'
31
+ compile ' com.android.support:recyclerview-v7:25.3 .1'
32
32
compile ' com.squareup.picasso:picasso:2.5.2'
33
- compile ' com.android.support:design:25.1 .1'
33
+ compile ' com.android.support:design:25.3 .1'
34
34
testCompile ' junit:junit:4.12'
35
+
36
+ compile ' com.jakewharton:butterknife:8.8.1'
37
+ annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1'
35
38
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.2 '
8
+ classpath ' com.android.tools.build:gradle:3.0.0 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Fri May 19 06:25:07 CEST 2017
1
+ # Mon Nov 13 18:33:25 CET 2017
2
2
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