Skip to content

Commit e1682b3

Browse files
authored
Merge pull request #7 from flipkart-incubator/versionBump
gradle and support library version updated
2 parents 4da0dda + c8030c4 commit e1682b3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ android {
2121

2222
dependencies {
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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
buildscript {
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 {
1616
allprojects {
1717
repositories {
1818
jcenter()
19-
maven { url 'https://maven.google.com/' }
19+
google()
2020
maven { url "https://jitpack.io" }
2121
}
2222
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Jan 22 17:36:12 IST 2018
1+
#Tue Apr 17 23:40:17 IST 2018
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-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

inline-youtube-view/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4747
dependencies {
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

0 commit comments

Comments
 (0)