Skip to content

Commit fbfa18e

Browse files
committed
chore: updating build tasks
1 parent 2379f95 commit fbfa18e

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.idea/misc.xml

+1-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
5+
buildToolsVersion '26.0.2'
66
defaultConfig {
77
applicationId "sk.denis.davidek.popularmoviesstage2"
88
minSdkVersion 16
@@ -28,8 +28,11 @@ dependencies {
2828
})
2929
compile 'com.android.support:appcompat-v7:25.3.1'
3030
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'
3232
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'
3434
testCompile 'junit:junit:4.12'
35+
36+
compile 'com.jakewharton:butterknife:8.8.1'
37+
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
3538
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.2'
8+
classpath 'com.android.tools.build:gradle:3.0.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri May 19 06:25:07 CEST 2017
1+
#Mon Nov 13 18:33:25 CET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)