Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Asutorufa committed Nov 25, 2023
1 parent 71584fa commit 8da8e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
fetch-tags: 'true'
submodules: 'recursive'

- name: Pull & update submodules recursively
run: |
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("com.google.android.material:material:1.10.0")
implementation("androidx.browser:browser:1.6.0")
implementation("androidx.browser:browser:1.7.0")

// room
val roomVersion = "2.6.0"
Expand All @@ -179,7 +179,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")

// nav
val navVersion = "2.7.4"
val navVersion = "2.7.5"
implementation("androidx.navigation:navigation-fragment-ktx:$navVersion")
implementation("androidx.navigation:navigation-ui-ktx:$navVersion")

Expand Down

0 comments on commit 8da8e16

Please sign in to comment.