Skip to content

Commit

Permalink
Upgrade version to 2.0.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Jan 12, 2025
1 parent 3d33cf7 commit 986ef70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
}

dependencies {
val vbpdVersion = "2.0.0-alpha02"
val vbpdVersion = "2.0.0-beta01"
// recommended
implementation("dev.androidbroadcast.vbpd:vbpd:$vbpdVersion")

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-fragment = "1.8.5"
androidx-recyclerview = "1.3.2"
kotlin = "2.1.0"
leakcanary = "2.7"
vbpd-version = "2.0.0-alpha02"
vbpd-version = "2.0.0-beta01"
vanniktechMavenPublish = "0.30.0"
jvmTarget = "21"

Expand Down

0 comments on commit 986ef70

Please sign in to comment.