Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse committed Dec 17, 2023
1 parent 096279c commit ad6a910
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
}
Expand Down Expand Up @@ -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"
Expand All @@ -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"
}
4 changes: 2 additions & 2 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@
<string name="send_feedback">Stuur feedback</string>

<!-- Widget -->
<string name="single_note">Enkele notitie</string>
<string name="single_note_or_list">Enkele notitie</string>
<string name="select_note">Selecteer notitie</string>
</resources>
</resources>
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

<b>Privacy</b>

Expand Down
3 changes: 2 additions & 1 deletion fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

<b>Vie privée</b>

Expand All @@ -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

0 comments on commit ad6a910

Please sign in to comment.