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

Commit 96521db

Browse files
committed
thai translation & android 4 play button now in red too
1 parent 2946389 commit 96521db

File tree

9 files changed

+27
-36
lines changed

9 files changed

+27
-36
lines changed

AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Slovenian version: [bungabunga](https://github.com/bungabunga) | [weblate versio
5353

5454
Spanish version: [franciscot](https://github.com/franciscot) | [weblate version history](https://hosted.weblate.org/changes/?lang=es&project=transistor)
5555

56+
Thai version [Athicom](https://github.com/athicom) | [weblate version history](https://hosted.weblate.org/changes/?lang=th&project=transistor)
57+
5658
Turkish version [turkceapps](https://hosted.weblate.org/user/turkceapps/) | [weblate version history](https://hosted.weblate.org/changes/?lang=tr&project=transistor)
5759

5860
Ukrainian version: [burunduk](https://github.com/burunduk) | [weblate version history](https://hosted.weblate.org/changes/?lang=uk&project=transistor)

app/build.gradle

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ apply plugin: 'com.android.application'
22

33
android {
44

5-
compileSdkVersion project.ext.compileSdkVersion
5+
compileSdkVersion 29
66

77
compileOptions {
88
sourceCompatibility JavaVersion.VERSION_1_8
99
targetCompatibility JavaVersion.VERSION_1_8
1010
}
1111

1212
defaultConfig {
13-
applicationId project.ext.applicationId
14-
minSdkVersion project.ext.minSdkVersion
15-
targetSdkVersion project.ext.targetSdkVersion
16-
versionCode project.ext.versionCode
17-
versionName project.ext.versionName
13+
applicationId 'org.y20k.transistor'
14+
minSdkVersion 19
15+
targetSdkVersion 29
16+
versionCode 69
17+
versionName '3.2.2'
1818

1919
vectorDrawables.useSupportLibrary = true
20-
resConfigs "en", "ar", "ca", "cs","de", "el", "es", "eu", "fr", "it", "ja", "kab", "nb-rNO", "nl", "pa", "pl", "pt", "pt-rBR", "ru", "sk", "sl", "sr", "tr", "uk", "zh-rCN"
20+
resConfigs "en", "ar", "ca", "cs","de", "el", "es", "eu", "fr", "it", "ja", "kab", "nb-rNO", "nl", "pa", "pl", "pt", "pt-rBR", "ru", "sk", "sl", "sr", "th", "tr", "uk", "zh-rCN"
2121
}
2222

2323
buildTypes {
@@ -40,16 +40,17 @@ dependencies {
4040

4141
implementation fileTree(include: ['*.jar'], dir: 'libs')
4242

43-
implementation "androidx.appcompat:appcompat:$appcompatVersion"
44-
implementation "androidx.palette:palette:$paletteVersion"
45-
implementation "androidx.constraintlayout:constraintlayout:$constraintlayoutVersion"
46-
implementation "androidx.media:media:$mediaVersion"
47-
implementation "androidx.lifecycle:lifecycle-runtime:$livecycleVersion"
48-
implementation "androidx.lifecycle:lifecycle-extensions:$livecycleVersion"
43+
implementation "androidx.appcompat:appcompat:1.1.0"
44+
implementation "androidx.palette:palette:1.0.0"
45+
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
46+
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
47+
implementation "androidx.media:media:1.1.0"
48+
implementation "androidx.lifecycle:lifecycle-runtime:2.1.0"
49+
implementation "androidx.lifecycle:lifecycle-extensions:2.1.0"
4950

50-
implementation "com.google.android.material:material:$materialVersion"
51+
implementation "com.google.android.material:material:1.1.0-beta01"
5152

52-
implementation "com.google.android.exoplayer:exoplayer-core:$exoPlayerVersion"
53-
implementation "com.google.android.exoplayer:exoplayer-hls:$exoPlayerVersion"
53+
implementation "com.google.android.exoplayer:exoplayer-core:2.10.5"
54+
implementation "com.google.android.exoplayer:exoplayer-hls:2.10.5"
5455

5556
}
993 Bytes
Loading
724 Bytes
Loading
1.24 KB
Loading
1.96 KB
Loading
2.74 KB
Loading

build.gradle

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.5.0'
11+
classpath 'com.android.tools.build:gradle:3.5.1'
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
1414
}
@@ -21,25 +21,6 @@ allprojects {
2121
jcenter()
2222
}
2323

24-
project.ext {
25-
applicationId = 'org.y20k.transistor'
26-
versionCode = 69
27-
versionName = '3.2.2'
28-
29-
compileSdkVersion = 29
30-
targetSdkVersion = 29
31-
minSdkVersion = 19
32-
33-
constraintlayoutVersion = '1.1.3'
34-
materialVersion = "1.0.0"
35-
appcompatVersion = '1.0.2'
36-
paletteVersion = '1.0.0'
37-
mediaVersion = '1.0.1'
38-
livecycleVersion = '2.0.0'
39-
40-
exoPlayerVersion = '2.10.4'
41-
junit_version = "4.12"
42-
}
4324
}
4425

4526
task clean(type: Delete) {

metadata/en-US/changelogs/69.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# v3.2.1 - Life on Mars?
2+
3+
**2019-10-18**
4+
5+
- Thai language version
6+
- updated translations
7+

0 commit comments

Comments
 (0)