From ad6a91072b7836d8c97ae9e2110adca8d01f1d28 Mon Sep 17 00:00:00 2001
From: Om Godse <64728411+OmGodse@users.noreply.github.com>
Date: Mon, 18 Dec 2023 00:11:11 +0530
Subject: [PATCH] Prepare for release
---
app/build.gradle | 8 ++++----
app/src/main/res/values-nl/strings.xml | 4 ++--
fastlane/metadata/android/en-US/changelogs/51.txt | 5 +++++
fastlane/metadata/android/en-US/full_description.txt | 1 +
fastlane/metadata/android/fr-FR/full_description.txt | 3 ++-
5 files changed, 14 insertions(+), 7 deletions(-)
create mode 100644 fastlane/metadata/android/en-US/changelogs/51.txt
diff --git a/app/build.gradle b/app/build.gradle
index 2eca1f9a..3fdbf553 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId 'com.omgodse.notally'
minSdk 21
targetSdk 33
- versionCode 50
- versionName "5.5"
+ versionCode 51
+ versionName "5.6"
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 = []
}
@@ -51,7 +51,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
dependencies {
final def navVersion = "2.3.5"
- final def roomVersion = "2.6.0"
+ final def roomVersion = "2.6.1"
ksp "androidx.room:room-compiler:$roomVersion"
implementation "androidx.room:room-ktx:$roomVersion"
@@ -67,6 +67,6 @@ dependencies {
implementation "ru.rambler.android:swipe-layout:1.1.0"
- implementation "com.github.bumptech.glide:glide:4.14.2"
+ implementation "com.github.bumptech.glide:glide:4.15.1"
implementation "com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0"
}
\ No newline at end of file
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 22a3d3b1..56d1f091 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -122,6 +122,6 @@
Stuur feedback
- Enkele notitie
+ Enkele notitie
Selecteer notitie
-
+
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/51.txt b/fastlane/metadata/android/en-US/changelogs/51.txt
new file mode 100644
index 00000000..f88b766f
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/51.txt
@@ -0,0 +1,5 @@
+You can now add images to notes
+
+Added Romanian and Burmese translations
+Updated Dutch, French and Spanish translations
+Fixed bug where widgets wouldn’t display properly on Lollipop devices
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index d872939c..5d7b42b4 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -23,6 +23,7 @@ Add clickable links to notes with support for phone numbers, email addresses and
• Adjustable text size
• Auto save and backup
• APK size of 1.2 MB (1.6 MB uncompressed)
+• Add notes and lists to your home screen with widgets
Privacy
diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt
index 6e9e378d..eaa8007f 100644
--- a/fastlane/metadata/android/fr-FR/full_description.txt
+++ b/fastlane/metadata/android/fr-FR/full_description.txt
@@ -23,6 +23,7 @@ Ajoutez des liens cliquables à vos notes avec prise en charge des numéros de t
• Taille du texte ajustable
• Sauvegarde et sauvegarde automatique
• Taille d'APK de 1,2 Mo (1,6 Mo décompressé)
+• Add notes and lists to your home screen with widgets
Vie privée
@@ -32,4 +33,4 @@ Il n'y a pas d'annonces, de trackers ou d'analyses de toutes sortes. Toutes vos
En raison d'un bug de la part de Xiaomi, certains appareils MiUI peuvent ne pas être en mesure d'accéder aux options de formatage du texte.
-https://github.com/OmGodse/Notally
+https://github.com/OmGodse/Notally
\ No newline at end of file