minor fixes
* fix episode count in MediaFragement * fix tmdb language tag * update media type detection to use the episode field as episodeNumber may be messinging from certain episodes of tv shows
This commit is contained in:
@ -11,9 +11,9 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "org.mosad.teapod"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 32
|
||||
versionCode 100990 //01.00.000
|
||||
versionName "1.1.0-beta1"
|
||||
targetSdkVersion 33
|
||||
versionCode 100991 //01.00.000
|
||||
versionName "1.1.0-beta2"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue "string", "build_time", buildTime()
|
||||
|
||||
Reference in New Issue
Block a user