From 6515f657d06481ef0fd4222b3ddcd6c1aac64a8a Mon Sep 17 00:00:00 2001 From: Jannik Date: Fri, 11 Aug 2023 15:07:33 +0200 Subject: [PATCH] partially revert c448b44fc495224deff48a7f846652fd968e1d6b --- app/build.gradle | 4 ++-- fastlane/metadata/android/de/changelogs/100992.txt | 2 +- fastlane/metadata/android/en-US/changelogs/100992.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 030f172..92729b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ dependencies { implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.0' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.0' + implementation 'androidx.navigation:navigation-fragment-ktx:2.6.0' + implementation 'androidx.navigation:navigation-ui-ktx:2.6.0' implementation 'androidx.security:security-crypto:1.1.0-alpha06' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' diff --git a/fastlane/metadata/android/de/changelogs/100992.txt b/fastlane/metadata/android/de/changelogs/100992.txt index f43b3d2..7164977 100644 --- a/fastlane/metadata/android/de/changelogs/100992.txt +++ b/fastlane/metadata/android/de/changelogs/100992.txt @@ -1,4 +1,4 @@ -Dies ist der zweite beta Release von Teapod 1.1. +Dies ist der dritte beta Release von Teapod 1.1. * Neues App Design (Material Design 3) * Unterstützung für Crunchyroll v2 API diff --git a/fastlane/metadata/android/en-US/changelogs/100992.txt b/fastlane/metadata/android/en-US/changelogs/100992.txt index 8329221..a298b79 100644 --- a/fastlane/metadata/android/en-US/changelogs/100992.txt +++ b/fastlane/metadata/android/en-US/changelogs/100992.txt @@ -1,4 +1,4 @@ -This is the second beta release of Teapod 1.1. +This is the third beta release of Teapod 1.1. * Migrate to material design 3 * Migrate crunchyroll parser to v2 (fixes crunchyroll)