Skip to content

Commit

Permalink
Version 0.14.1
Browse files Browse the repository at this point in the history
- Fix back button on season details
- Update R8 configuration
- Fix crash on Android 12
  • Loading branch information
red-coracle committed Oct 25, 2021
1 parent 13513d6 commit 22a052e
Show file tree
Hide file tree
Showing 2 changed files with 5 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 20
versionName "0.14.0"
versionCode 21
versionName "0.14.1"
buildConfigField "String", "TVDB_KEY", "\"E457AE7B767BC9F4\""
buildConfigField "String", "GIT_COMMIT_ID", "\"${getCommitId()}\""
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/0021.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix back button on season details
- Update R8 configuration
- Fix crash on Android 12

0 comments on commit 22a052e

Please sign in to comment.