Skip to content

Commit

Permalink
Merge pull request #3 from ankitdubey021/bugfix/github-actions
Browse files Browse the repository at this point in the history
Bugfix/GitHub actions
  • Loading branch information
ankitdubey021 authored Sep 12, 2021
2 parents 1a16e90 + 5f8e996 commit 0d847aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

- name: Run Tests
run: ./gradlew test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import kotlin.math.sin

@Composable
fun CanvasClock() {

Box(
modifier = Modifier.fillMaxSize(),
contentAlignment = Alignment.Center
Expand Down

0 comments on commit 0d847aa

Please sign in to comment.