From acfb902a393d6ef41b19930911852518a7954f9d Mon Sep 17 00:00:00 2001 From: y20k Date: Wed, 30 Sep 2020 17:26:25 +0200 Subject: [PATCH] Added Brazilian Portuguese to AUTHORS and to build file - THX @iraamaro --- AUTHORS.md | 4 +++- app/build.gradle | 2 +- build.gradle | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 39526c5..04f386a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ AUTHORS Trackbook is designed, developed, and maintained by: [y20k](https://github.com/y20k) ### Translations -Chinese version: [yzqzss](https://github.com/yzqzss) | [weblate version history](https://hosted.weblate.org/changes/?lang=zh_HANS-CN&project=trackbook) +Chinese version: [yzqzss](https://github.com/yzqzss) | [weblate version history](https://hosted.weblate.org/changes/?lang=pt_BR&project=trackbook) Croatian version: [milotype](https://github.com/milotype) | [weblate version history](https://hosted.weblate.org/changes/?lang=hr&project=trackbook) @@ -25,6 +25,8 @@ Japanese version: [naofum](https://github.com/naofum) | [weblate version history Norwegian version: [comradekingu](https://github.com/comradekingu) | [weblate version history](https://hosted.weblate.org/changes/?lang=nb_NO&project=trackbook) +Portuguese (Brazilian) version: [Ivan A.](https://github.com/iraamaro) | [weblate version history](https://hosted.weblate.org/changes/?lang=pt_BR&project=trackbook) + ### Testing Thanks for finding all those bugs: [collectorgeneral](https://github.com/collectorgeneral), [RJH](https://github.com/Hob111) diff --git a/app/build.gradle b/app/build.gradle index c0fbbc9..b43d542 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { targetSdkVersion 29 versionCode 43 versionName '2.0.6' - resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "sv", "zh-rCN" + resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "pt-rBR", "sv", "zh-rCN" } kotlinOptions { diff --git a/build.gradle b/build.gradle index 8be2ea3..8c5f989 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { - kotlin_version = '1.4.0' + kotlin_version = '1.4.10' navigation_version = '2.3.0' } repositories {