Skip to content

Commit

Permalink
Merge branch 'amarullz:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
davigamer987 authored Dec 27, 2024
2 parents 1a3f5db + 8fb95d6 commit 3bf089c
Show file tree
Hide file tree
Showing 15 changed files with 589 additions and 414 deletions.
2 changes: 1 addition & 1 deletion adbwsl.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rem adb connect 127.0.0.1:58526
adb connect 127.0.0.1:58526
adb connect 192.168.100.248
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 22
targetSdk 34
versionCode 540
versionName "5.5.0-Nightly"
versionName "5.5.4-Nightly"


// Automatic Build Version
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {

// Cast:
implementation 'androidx.mediarouter:mediarouter:1.2.5'
implementation 'com.google.android.gms:play-services-cast-framework:21.5.0'
// implementation 'com.google.android.gms:play-services-cast-framework:21.5.0'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20"
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0"
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
android:theme="@style/Theme.AnimeTVJMTO"
android:usesCleartextTraffic="true">

<meta-data
android:name=
"com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="com.amarullz.androidtv.animetvjmto.CastOptionsProvider" />

<service
android:name=".ChannelService"
android:exported="true"
Expand Down
Loading

0 comments on commit 3bf089c

Please sign in to comment.