From 33a36c4b548a42dbc712eaa9ccaa89da4201a410 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 14 Feb 2026 16:59:38 -0500 Subject: [PATCH] Deps & tag --- app/build.gradle | 8 ++++---- .../metadata/android/en-US/changelog/{NEXT.txt => 59.txt} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename fastlane/metadata/android/en-US/changelog/{NEXT.txt => 59.txt} (100%) diff --git a/app/build.gradle b/app/build.gradle index 931dd0f8..6943bd1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { minSdkVersion 26 targetSdkVersion 36 - versionCode 58 - versionName "1.22.2" + versionCode 59 + versionName "1.23.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -91,7 +91,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.7.1" implementation "androidx.core:core-ktx:1.17.0" implementation "androidx.constraintlayout:constraintlayout:2.2.1" - implementation "androidx.activity:activity-ktx:1.12.3" + implementation "androidx.activity:activity-ktx:1.12.4" implementation "androidx.fragment:fragment-ktx:1.8.9" implementation "androidx.work:work-runtime-ktx:2.11.1" implementation 'androidx.preference:preference-ktx:1.2.1' @@ -144,6 +144,6 @@ dependencies { implementation 'io.noties.markwon:ext-strikethrough:4.6.2' // Used by Markdown library, R8 complains if these are not here - implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.30" + implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.31" implementation "com.caverock:androidsvg:1.4" } diff --git a/fastlane/metadata/android/en-US/changelog/NEXT.txt b/fastlane/metadata/android/en-US/changelog/59.txt similarity index 100% rename from fastlane/metadata/android/en-US/changelog/NEXT.txt rename to fastlane/metadata/android/en-US/changelog/59.txt