Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

build(deps): bump androidx.annotation:annotation from 1.8.0 to 1.9.0 #731

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
#noinspection GradleDependency
agp = "8.2.2" # 8.3.0 causes java verifier error: https://github.com/ReVanced/revanced-patches/issues/2818
annotation = "1.8.0"
annotation = "1.9.0"
kotlin = "2.0.0"
appcompat = "1.7.0-rc01"
okhttp = "5.0.0-alpha.14"
Expand Down
Loading