File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ android {
2121
2222dependencies {
2323 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
24- implementation ' com.android.support:design:27.0.2 '
25- implementation ' com.android.support:support-v4:27.0.2 '
26- implementation ' com.android.support:appcompat-v7:27.0.2 '
27- implementation ' com.android.support.constraint:constraint-layout:1.0.2 '
24+ implementation ' com.android.support:design:27.1.1 '
25+ implementation ' com.android.support:support-v4:27.1.1 '
26+ implementation ' com.android.support:appcompat-v7:27.1.1 '
27+ implementation ' com.android.support.constraint:constraint-layout:1.1.0 '
2828 implementation ' com.squareup.picasso:picasso:2.5.2'
2929 implementation project(' :inline-youtube-view' )
3030
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6- maven { url ' https://maven. google.com/ ' }
6+ google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0 .1'
9+ classpath ' com.android.tools.build:gradle:3.1 .1'
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
@@ -16,7 +16,7 @@ buildscript {
1616allprojects {
1717 repositories {
1818 jcenter()
19- maven { url ' https://maven. google.com/ ' }
19+ google()
2020 maven { url " https://jitpack.io" }
2121 }
2222}
Original file line number Diff line number Diff line change 1- # Mon Jan 22 17:36:12 IST 2018
1+ # Tue Apr 17 23:40:17 IST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ buildscript {
2929 google()
3030 }
3131 dependencies {
32- classpath ' com.android.tools.build:gradle:3.0 .1'
32+ classpath ' com.android.tools.build:gradle:3.1 .1'
3333 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
3434 classpath ' org.jfrog.buildinfo:build-info-extractor-gradle:2.2.3'
3535 classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
@@ -46,7 +46,7 @@ allprojects {
4646
4747dependencies {
4848 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
49- implementation ' com.android.support:appcompat-v7:27.0.2 '
49+ implementation ' com.android.support:appcompat-v7:27.1.1 '
5050 implementation files(' libs/YouTubeAndroidPlayerApi-1.2.2.jar' )
5151}
5252
You can’t perform that action at this time.
0 commit comments