Skip to content

Commit

Permalink
Merge pull request #4 from ndiritumichael/master
Browse files Browse the repository at this point in the history
update develop branch
  • Loading branch information
ndiritumichael authored Jun 4, 2024
2 parents 3c95a8d + 1e9063c commit 5d7d79e
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 5d7d79e

Please sign in to comment.