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 {
21
21
22
22
dependencies {
23
23
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 '
28
28
implementation ' com.squareup.picasso:picasso:2.5.2'
29
29
implementation project(' :inline-youtube-view' )
30
30
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
- maven { url ' https://maven. google.com/ ' }
6
+ google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0 .1'
9
+ classpath ' com.android.tools.build:gradle:3.1 .1'
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
@@ -16,7 +16,7 @@ buildscript {
16
16
allprojects {
17
17
repositories {
18
18
jcenter()
19
- maven { url ' https://maven. google.com/ ' }
19
+ google()
20
20
maven { url " https://jitpack.io" }
21
21
}
22
22
}
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
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-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 {
29
29
google()
30
30
}
31
31
dependencies {
32
- classpath ' com.android.tools.build:gradle:3.0 .1'
32
+ classpath ' com.android.tools.build:gradle:3.1 .1'
33
33
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
34
34
classpath ' org.jfrog.buildinfo:build-info-extractor-gradle:2.2.3'
35
35
classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
@@ -46,7 +46,7 @@ allprojects {
46
46
47
47
dependencies {
48
48
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 '
50
50
implementation files(' libs/YouTubeAndroidPlayerApi-1.2.2.jar' )
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments