Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
updated AUTHORS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Jul 5, 2018
1 parent 83ce1f4 commit 3d4f076
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Norwegian version: [comradekingu](https://github.com/comradekingu) | [weblate ve

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

Portuguese (Brazil) version: [hdmjunior](https://github.com/hdmjunior) | [weblate version history](https://hosted.weblate.org/changes/?lang=pt_BR&project=transistor)

Russian version: [Boris Timofeev](https://github.com/btimofeev) | [weblate version history](https://hosted.weblate.org/changes/?lang=ru&project=transistor)

Serbian version: [pejakm](https://github.com/pejakm) | [weblate version history](https://hosted.weblate.org/changes/?lang=sr&project=transistor)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {

vectorDrawables.useSupportLibrary = true

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

}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ allprojects {

project.ext {
applicationId = 'org.y20k.transistor'
versionCode = 57
versionName = '3.0.7'
versionCode = 58
versionName = '3.0.8'
minSdkVersion = 19
compileSdkVersion = 27
targetSdkVersion = 27
buildToolsVersion = '27.0.3'
supportLibraryVersion = '27.1.1'
archLifecycleVersion = '1.1.0'
constraintLayoutVersion = '1.1.0-beta5'
exoPlayerVersion = '2.8.1'
exoPlayerVersion = '2.8.2'
junit_version = "4.12"
}

Expand Down

0 comments on commit 3d4f076

Please sign in to comment.