Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
- Display a message when a search returns no results
- Show a loading spinner when searching for new shows
- When marking a season as watched, only mark aired episodes
- Updated dependencies
- Updated translations
  • Loading branch information
red-coracle committed Oct 2, 2021
1 parent 39114d5 commit b116965
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 19
versionName "0.13.6"
versionCode 20
versionName "0.14.0"
buildConfigField "String", "TVDB_KEY", "\"E457AE7B767BC9F4\""
buildConfigField "String", "GIT_COMMIT_ID", "\"${getCommitId()}\""
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/0020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Display a message when a search returns no results
- Show a loading spinner when searching for new shows
- When marking a season as watched, only mark aired episodes
- Updated dependencies
- Updated translations

0 comments on commit b116965

Please sign in to comment.