version 0.4.2
This commit is contained in:
		@ -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()
 | 
			
		||||
@ -75,4 +75,4 @@ dependencies {
 | 
			
		||||
 | 
			
		||||
static def buildTime() {
 | 
			
		||||
    return new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										5
									
								
								fastlane/metadata/android/de/changelogs/4200.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								fastlane/metadata/android/de/changelogs/4200.txt
									
									
									
									
									
										Normal 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)
 | 
			
		||||
							
								
								
									
										5
									
								
								fastlane/metadata/android/en-US/changelogs/4200.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								fastlane/metadata/android/en-US/changelogs/4200.txt
									
									
									
									
									
										Normal 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)
 | 
			
		||||
		Reference in New Issue
	
	Block a user