Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
red-coracle committed Mar 22, 2023
1 parent 7d7073f commit 85d9241
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 @@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 23
versionName "0.15.1"
versionCode 24
versionName "0.16.0"
buildConfigField "String", "TMDB_KEY", "\"1553d2e4fa2912fc0953305d4d3e7c44\""
buildConfigField "String", "GIT_COMMIT_ID", "\"${getCommitId()}\""
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/0024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Switch to TMDB as metadata provider
- Add support for themed app icons
- Fix for null/zero TVDB ID
- Update setup-java CI action

0 comments on commit 85d9241

Please sign in to comment.