From 583c771e99644ca2e4418e1906cb3fa3c6d0ca4f Mon Sep 17 00:00:00 2001 From: Tughi Date: Tue, 30 Jan 2024 21:39:16 +0100 Subject: [PATCH] Upgrade dependencies --- .github/workflows/android.yml | 4 ++-- app/build.gradle | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 599e432..5542b7a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2 with: diff --git a/app/build.gradle b/app/build.gradle index 601dbc4..dc07ef9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,19 +52,19 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.fragment:fragment-ktx:1.5.6' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' - implementation 'androidx.preference:preference-ktx:1.2.0' - implementation 'androidx.sqlite:sqlite-framework:2.3.1' - implementation 'androidx.sqlite:sqlite-ktx:2.3.1' + implementation 'androidx.core:core-ktx:1.12.0' + implementation 'androidx.fragment:fragment-ktx:1.6.2' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' + implementation 'androidx.preference:preference-ktx:1.2.1' + implementation 'androidx.sqlite:sqlite-framework:2.4.0' + implementation 'androidx.sqlite:sqlite-ktx:2.4.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' - implementation 'androidx.webkit:webkit:1.6.1' + implementation 'androidx.webkit:webkit:1.10.0' implementation 'com.amazon.ion:ion-element:1.0.0' - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'commons-codec:commons-codec:1.13'