Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiritumichael committed Jun 4, 2024
1 parent 918d36b commit 1e9063c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/androidbuild.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name : AndroidBuild
on:
pull_request:
branches:
- master,develop
branches: [master,develop]
push:
branches:
- master,develop
branches: [master,develop]

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
Expand Down

0 comments on commit 1e9063c

Please sign in to comment.