Skip to content

Commit

Permalink
Version 0.13.6
Browse files Browse the repository at this point in the history
- Fixed searching for new shows to add
  • Loading branch information
red-coracle committed Apr 19, 2021
1 parent 12a3079 commit 3db99fb
Show file tree
Hide file tree
Showing 2 changed files with 3 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 30
versionCode 18
versionName "0.13.5"
versionCode 19
versionName "0.13.6"
buildConfigField "String", "TVDB_KEY", "\"E457AE7B767BC9F4\""
buildConfigField "String", "GIT_COMMIT_ID", "\"${getCommitId()}\""
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/0019.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix searching for shows to add

0 comments on commit 3db99fb

Please sign in to comment.