File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android {
2020}
2121
2222dependencies {
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'
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ allprojects {
4545}
4646
4747dependencies {
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}
You can’t perform that action at this time.
0 commit comments