Closed renovate[bot] closed 2 years ago
9 Warnings | |
---|---|
:warning: | app/src/main/AndroidManifest.xml#L21 - Redundant label can be removed |
:warning: | app/src/main/res/drawable-v24#L0 - This folder configuration (v24 ) is unnecessary; minSdkVersion is 24. Merge all the resources in this folder into drawable . |
:warning: | app/src/main/res/values/colors.xml#L3 - The resource R.color.purple_200 appears to be unused |
:warning: | app/src/main/res/values/colors.xml#L4 - The resource R.color.purple_500 appears to be unused |
:warning: | app/src/main/res/values/colors.xml#L6 - The resource R.color.teal_200 appears to be unused |
:warning: | app/src/main/res/values/colors.xml#L7 - The resource R.color.teal_700 appears to be unused |
:warning: | app/src/main/res/values/colors.xml#L8 - The resource R.color.black appears to be unused |
:warning: | app/src/main/res/values/colors.xml#L9 - The resource R.color.white appears to be unused |
:warning: | repository/build.gradle#L36 - A newer version of androidx.appcompat:appcompat than 1.4.2 is available: 1.5.0 |
:heavy_check_mark:Pull request check passed. (But 9 warnings reported by Android Lint and ktlint.)
Generated by :no_entry_sign: Danger
This PR contains the following updates:
1.3.3
->1.4.0
Release Notes
Kotlin/kotlinx.serialization
### [`v1.4.0`](https://togithub.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#140--2022-08-18) \================== This release contains all features and bugfixes from 1.4.0-RC plus some bugfixes on its own (see below). Kotlin 1.7.10 is used as a default. ##### Bugfixes - Fixed decoding of huge JSON data for okio streams ([#2006](https://togithub.com/Kotlin/kotlinx.serialization/issues/2006))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.