Skip to content

Commit

Permalink
Updating compose!
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Feb 8, 2024
1 parent 6745afe commit fa6b4f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_check_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
jobs:
mangaworld:
name: Generate MangaWorld APK
runs-on: ubuntu-latest
runs-on: macos-14
if: github.event.inputs.build_mangaworld == 'true'
steps:
- name: Checkout
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

animeworld:
name: Generate AnimeWorld APK
runs-on: ubuntu-latest
runs-on: macos-14
if: github.event.inputs.build_animeworld == 'true'
steps:
- name: Checkout
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

animeworldtv:
name: Generate AnimeWorldTv APK
runs-on: ubuntu-latest
runs-on: macos-14
if: github.event.inputs.build_animeworldtv == 'true'
steps:
- name: Checkout
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

novelworld:
name: Generate NovelWorld APK
runs-on: ubuntu-latest
runs-on: macos-14
if: github.event.inputs.build_novelworld == 'true'
steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ abstract class BaseMainActivity : AppCompatActivity() {
NavHost(
navController = navController,
startDestination = Screen.RecentScreen.route,
modifier = Modifier.fillMaxSize()
) { navGraph(customPreferences, windowSize) }
}
}
Expand Down
2 changes: 1 addition & 1 deletion animeworldtv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation(libs.bundles.firebaseCrashLibs)
implementation(libs.firebaseAuth)
implementation(libs.playServices)
implementation(libs.palette)
//implementation(libs.palette)
implementation(libs.bundles.media3)
// For building media playback UIs for Android TV using the Jetpack Leanback library
implementation(libs.exoplayerleanback)
Expand Down

0 comments on commit fa6b4f7

Please sign in to comment.