Skip to content

Commit

Permalink
Merge pull request #298 from Keidan/297-version-152
Browse files Browse the repository at this point in the history
Version 1.52
  • Loading branch information
Keidan committed Mar 17, 2024
2 parents 87d0a4e + 1ff755d commit 6491e1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Note: In the settings, the list of languages is sorted as follows (according to
| ja-JP | Japanese | [@gnuhead-chieb](https://github.com/gnuhead-chieb) |
| nb-NO | Norwegian Bokmål | [@comradekingu](https://github.com/comradekingu) |
| nl-NL | Dutch (Nederlands) | [@AudeBelgraver](https://hosted.weblate.org/user/AudeBelgraver/) |
| pt-BR | Portuguese (Brazil) | [@Bardock88](https://github.com/Bardock88) |
| pt-BR | Portuguese (Brazil) | [@Bardock88](https://github.com/Bardock88), [@pedrolinharesmoreira](https://github.com/pedrolinharesmoreira) |
| pt-PT | Portuguese | [@SantosSi](https://github.com/SantosSi) |
| ru-RU | Russian | [@OmlineEditor](https://github.com/OmlineEditor), [@AHOHNMYC](https://github.com/AHOHNMYC), [@racingrebel](https://github.com/racingrebel), [@Usland123](https://github.com/Usland123) |
| tr-TR | Turkish | [@ersen0](https://github.com/ersen0) |
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}
apply plugin: 'com.android.application'

final SONAR_PROJECT_VERSION = '1.51'
final SONAR_PROJECT_VERSION = '1.52'

android {
compileSdkVersion 31
Expand All @@ -13,8 +13,8 @@ android {
minSdkVersion 23
targetSdkVersion 31
// F-Droid seems not to appreciate the use of variables
versionCode 151
versionName '1.51'
versionCode 152
versionName '1.52'
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/152.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update of the Portuguese (Brazil) translation (thanks to @pedrolinharesmoreira).
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Translations:
* Hungarian: @SziaTomi
* Japanese: @gnuhead-chieb
* Norwegian Bokmål: @comradekingu
* Portuguese (Brazil): @Bardock88
* Portuguese (Brazil): @Bardock88, @pedrolinharesmoreira
* Portuguese: @SantosSi
* Russian: @OmlineEditor, @AHOHNMYC, @racingrebel, @Usland123
* Spanish: @sguinetti, @gallegonovato, (+DeepL)
Expand Down

0 comments on commit 6491e1f

Please sign in to comment.