Skip to content

Commit

Permalink
Version 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
red-coracle committed May 17, 2020
1 parent fb90452 commit b5710ee
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 15
versionName "0.13.2"
versionCode 16
versionName "0.13.3"
buildConfigField "String", "TVDB_KEY", "\"E457AE7B767BC9F4\""
}
flavorDimensions "flavor"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/0016.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Add filter for upcoming shows
- Fix app crash when searching for shows
- Add language column to episodes table if it does not exist
- Update dependencies/gradle

0 comments on commit b5710ee

Please sign in to comment.