Skip to content

Commit

Permalink
Version 0.15.0
Browse files Browse the repository at this point in the history
- Update badges in README
- New launcher icon
- Use storage framework on API19+
  • Loading branch information
red-coracle committed Nov 15, 2021
1 parent 79c256a commit 49d4b2d
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 21
versionName "0.14.1"
versionCode 22
versionName "0.15.0"
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/0022.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update badges in README
- New launcher icon
- Use storage framework on API19+

0 comments on commit 49d4b2d

Please sign in to comment.