Skip to content

Commit d304495

Browse files
travis config changes
1 parent ed0f060 commit d304495

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ matrix:
55
android:
66
components:
77
- tools
8-
- android-27
8+
- platform-tools
99
- build-tools-27.0.3
10+
- android-27
11+
- extra-android-support
12+
- extra-android-m2repository
13+
- extra-google-m2repository
1014
before_script:
1115
- cd youtube-android/inline-youtube-view
1216
script:

youtube-android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
23-
compile fileTree(dir: 'libs', include: ['*.jar'])
23+
implementation fileTree(dir: 'libs', include: ['*.jar'])
2424
implementation 'com.android.support:design:27.0.2'
2525
implementation 'com.android.support:support-v4:27.0.2'
2626
implementation 'com.android.support:appcompat-v7:27.0.2'

youtube-android/inline-youtube-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545
}
4646

4747
dependencies {
48-
compile fileTree(include: ['*.jar'], dir: 'libs')
48+
implementation fileTree(include: ['*.jar'], dir: 'libs')
4949
implementation 'com.android.support:appcompat-v7:27.0.2'
5050
implementation files('libs/YouTubeAndroidPlayerApi-1.2.2.jar')
5151
}

0 commit comments

Comments
 (0)