You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chromecast-sender/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/chromecast/chromecastsender/ChromecastYouTubePlayer.kt
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,42 @@ class ChromecastYouTubePlayer internal constructor(private val chromecastCommuni
Copy file name to clipboardExpand all lines: chromecast-sender/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/chromecast/chromecastsender/io/youtube/ChromecastCommunicationConstants.kt
Copy file name to clipboardExpand all lines: chromecast-sender/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/chromecast/chromecastsender/io/youtube/ChromecastYouTubeMessageDispatcher.kt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ internal class ChromecastYouTubeMessageDispatcher(
Copy file name to clipboardExpand all lines: core-sample-app/build.gradle
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@ android {
20
20
}
21
21
}
22
22
23
-
compileOptions {
24
-
sourceCompatibility JavaVersion.VERSION_1_8
25
-
targetCompatibility JavaVersion.VERSION_1_8
26
-
}
27
23
packagingOptions {
28
24
resources {
29
25
// this is needed because I'm importing 2 modules called "core" (core and com.psoffritti.librarysampleapptemplate:core) (https://discuss.kotlinlang.org/t/disable-meta-inf-generation-in-gradle-android-project/3830)
0 commit comments