minor fixes

* fix current language is set to preferred and not to actual language
* fix player episodes lists sometimes missing the play icon
This commit is contained in:
2020-12-31 13:12:37 +01:00
parent 489ef02a35
commit 31197a5d44
3 changed files with 11 additions and 6 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "org.mosad.teapod"
minSdkVersion 23
targetSdkVersion 30
versionCode 2100 //00.02.100
versionName "0.2.92"
versionCode 2900 //00.02.900
versionName "0.3.0-RC1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()