Skip to content

Commit

Permalink
Version 0.15.1 (#84)
Browse files Browse the repository at this point in the history
- Final release with TVDB as metadata provider
- Target version 33 (Android 13)
- Raise minimum version to 21 (Android L)
- Request notification permission on Android 13+
- Update gradle version
  • Loading branch information
red-coracle authored Oct 1, 2022
1 parent a3c3d67 commit 75a0a40
Show file tree
Hide file tree
Showing 2 changed files with 7 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 22
versionName "0.15.0"
versionCode 23
versionName "0.15.1"
buildConfigField "String", "TVDB_KEY", "\"E457AE7B767BC9F4\""
buildConfigField "String", "GIT_COMMIT_ID", "\"${getCommitId()}\""
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/0023.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Final release with TVDB as metadata provider
- Target version 33 (Android 13)
- Raise minimum version to 21 (Android L)
- Request notification permission on Android 13+
- Update gradle version

0 comments on commit 75a0a40

Please sign in to comment.