Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 3d4f076

Browse files
committed
updated AUTHORS.md
1 parent 83ce1f4 commit 3d4f076

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Norwegian version: [comradekingu](https://github.com/comradekingu) | [weblate ve
2727

2828
Polish version: [woodypl](https://github.com/woodypl) | [weblate version history](https://hosted.weblate.org/changes/?lang=pl&project=transistor)
2929

30+
Portuguese (Brazil) version: [hdmjunior](https://github.com/hdmjunior) | [weblate version history](https://hosted.weblate.org/changes/?lang=pt_BR&project=transistor)
31+
3032
Russian version: [Boris Timofeev](https://github.com/btimofeev) | [weblate version history](https://hosted.weblate.org/changes/?lang=ru&project=transistor)
3133

3234
Serbian version: [pejakm](https://github.com/pejakm) | [weblate version history](https://hosted.weblate.org/changes/?lang=sr&project=transistor)

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313

1414
vectorDrawables.useSupportLibrary = true
1515

16-
resConfigs "en", "ca", "de", "el", "es", "eu", "fr", "ja", "kab", "nb-rNO", "pl", "ru", "sl", "sr", "tr", "uk", "zh-rCN"
16+
resConfigs "en", "ca", "de", "el", "es", "eu", "fr", "ja", "kab", "nb-rNO", "pl", "pt-rBR", "ru", "sl", "sr", "tr", "uk", "zh-rCN"
1717

1818
}
1919
buildTypes {

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ allprojects {
2323

2424
project.ext {
2525
applicationId = 'org.y20k.transistor'
26-
versionCode = 57
27-
versionName = '3.0.7'
26+
versionCode = 58
27+
versionName = '3.0.8'
2828
minSdkVersion = 19
2929
compileSdkVersion = 27
3030
targetSdkVersion = 27
3131
buildToolsVersion = '27.0.3'
3232
supportLibraryVersion = '27.1.1'
3333
archLifecycleVersion = '1.1.0'
3434
constraintLayoutVersion = '1.1.0-beta5'
35-
exoPlayerVersion = '2.8.1'
35+
exoPlayerVersion = '2.8.2'
3636
junit_version = "4.12"
3737
}
3838

0 commit comments

Comments
 (0)