Skip to content

Commit

Permalink
Fix android action
Browse files Browse the repository at this point in the history
  • Loading branch information
hegocre committed Sep 7, 2023
1 parent 91ddf8b commit ab79964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew clean && ./gradlew assembleDebug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fun RacoMainScreen(
},
bottomBar = {
RacoMainNavigationBar(
allScreens = RacoScreen.entries,
allScreens = RacoScreen.values().asList(),
currentScreen = currentScreen,
onScreenSelected = { racoScreen ->
navController.navigate(racoScreen.name) {
Expand Down

0 comments on commit ab79964

Please sign in to comment.