Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v24.1.0 (#118)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.jetbrains:annotations to v24.1.0

* Update version.properties

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 22, 2023
1 parent 9b4e879 commit d477146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ coil-video = { module = "io.coil-kt:coil-video", version.ref = "coil" }

google-android-material = { module = "com.google.android.material:material", version.ref = "google-android-material" }

jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.0.1" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.1.0" }
jetbrains-dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "jetbrains-dokka" }
jetbrains-kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "jetbrains-kotlin" }
jetbrains-kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "jetbrains-kotlin" }
Expand Down
6 changes: 3 additions & 3 deletions gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.1.0
code=1000000
name=v0.1.0
version=0.1.1
code=1001000
name=v0.1.1

0 comments on commit d477146

Please sign in to comment.