Skip to content

Commit

Permalink
Bump startup-runtime from 1.0.0 to 1.1.0 (#92)
Browse files Browse the repository at this point in the history
* Bump startup-runtime from 1.0.0 to 1.1.0

Bumps startup-runtime from 1.0.0 to 1.1.0.

---
updated-dependencies:
- dependency-name: androidx.startup:startup-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michał Sikora <[email protected]>
  • Loading branch information
dependabot[bot] and MiSikora authored Aug 13, 2021
1 parent bc0649c commit 5524921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Upgrade to Kotlin `1.5.21`.
- Upgrade to Startup `1.1.0`.

## [2.0.2] - 2021-06-27

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext.libs = [
"android": [
"gradlePlugin": "com.android.tools.build:gradle:7.1.0-alpha08",
"x": [
"startupRuntime": "androidx.startup:startup-runtime:1.0.0",
"startupRuntime": "androidx.startup:startup-runtime:1.1.0",
"test": [
"coreKtx": "androidx.test:core-ktx:${versions.androidxTest}",
"orchestrator": "androidx.test:orchestrator:${versions.androidxTest}",
Expand Down

0 comments on commit 5524921

Please sign in to comment.