Skip to content

Commit

Permalink
Version 0.13.4
Browse files Browse the repository at this point in the history
- Added translations for Croatian, French, German, Norwegian Bokmål, Russian, and Spanish. Many thanks to the contributors on Weblate!
- Add version and commit info to the About screen
- Use the configured language when downloading show data
- Update dependencies/gradle
  • Loading branch information
red-coracle committed Nov 23, 2020
1 parent 0cb6f70 commit 702f155
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 16
targetSdkVersion 30
versionCode 16
versionName "0.13.3"
versionCode 17
versionName "0.13.4"
buildConfigField "String", "TVDB_KEY", "\"E457AE7B767BC9F4\""
buildConfigField "String", "GIT_COMMIT_ID", "\"${getCommitId()}\""
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/0017.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added translations for Croatian, French, German, Norwegian Bokmål, Russian, and Spanish. Many thanks to the contributors on Weblate!
- Add version and commit info to the About screen
- Use the configured language when downloading show data
- Update dependencies/gradle

0 comments on commit 702f155

Please sign in to comment.