From 767c1eb8d03f54263866e8aec6546430afbf225b Mon Sep 17 00:00:00 2001 From: Om Godse <64728411+OmGodse@users.noreply.github.com> Date: Fri, 8 Mar 2024 01:26:38 +0530 Subject: [PATCH] Updated dependencies --- app/build.gradle | 6 +++--- build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/53.txt | 3 +++ gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/53.txt diff --git a/app/build.gradle b/app/build.gradle index 25ece075..1a9a2fda 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.omgodse.notally' minSdk 21 targetSdk 33 - versionCode 52 - versionName "5.7" + versionCode 53 + versionName "5.8" resConfigs 'en', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'my', 'nb', 'nl', 'nn', 'pl', 'pt-rBR', 'pt-rPT', 'ro', 'ru', 'sk', 'sv', 'tl', 'tr', 'uk', 'vi', 'zh-rCN' vectorDrawables.generatedDensities = [] } @@ -57,7 +57,7 @@ dependencies { implementation "androidx.room:room-ktx:$roomVersion" implementation "androidx.room:room-runtime:$roomVersion" - implementation "androidx.work:work-runtime:2.8.1" + implementation "androidx.work:work-runtime:2.9.0" implementation "androidx.navigation:navigation-ui-ktx:$navVersion" implementation "androidx.navigation:navigation-fragment-ktx:$navVersion" diff --git a/build.gradle b/build.gradle index ff272d8a..0c8c9dfb 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.2.1' + classpath 'com.android.tools.build:gradle:8.3.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0' } } diff --git a/fastlane/metadata/android/en-US/changelogs/53.txt b/fastlane/metadata/android/en-US/changelogs/53.txt new file mode 100644 index 00000000..08cb45da --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/53.txt @@ -0,0 +1,3 @@ +Updated German, Polish, Czech, Vietnamese, Slovenian, Norwegian and French translations + +You can now create new labels on the spot when editing a note \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3068839c..4360690c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat Feb 06 22:56:10 IST 2021 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists \ No newline at end of file