version 0.4.2

This commit is contained in:
Jannik 2021-07-09 18:54:44 +02:00
parent 664959641f
commit 4de97ca42e
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
3 changed files with 13 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "org.mosad.teapod"
minSdkVersion 23
targetSdkVersion 30
versionCode 4190 //00.04.190
versionName "0.4.2-beta2"
versionCode 4200 //00.04.200
versionName "0.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()

View File

@ -0,0 +1,5 @@
* Entwickleroptionen
* Export/Import für "Meine Liste"
* Der Picture in Picture Modus hat nun Controlls (#35)
* Teapod stürtzt nicht mehr ab, wenn ein Element aus "Meine List" nicht geladen werden konnte (#42)
* Staffel-Informationen im Title werden bei der Suche in tmdb ignoriert (#43)

View File

@ -0,0 +1,5 @@
* Developer options
* Export/Import for "My List"
* The Picture in Picture Modus now has Controlls (#35)
* Teapod deosn't crash, if a element from "My List" could not be loaded (#42)
* Season-Information in titles will be ignored, when searching in tmdb (#43)