Skip to content
Merged
Show file tree
Hide file tree
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.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android.nonTransitiveRClass=true
publish.groupId=com.justeattakeaway
publish.artifactId=interval-annotated-string

publish.versionName=0.1.0-beta01
publish.versionName=0.1.0-rc01

publish.pom.name=Interval Annotated String
publish.pom.description=This small Android utility library makes it easy to create and manage embedded links and styles within localized text.
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.13.0"
agp = "8.13.2"
annotation = "1.9.1"
junitparams = "1.1.1"
kotlin = "2.2.21"
Expand All @@ -8,7 +8,7 @@ junit = "4.13.2"
compose = "1.9.4"
material = "1.13.0"
materialIconsExtended = "1.7.8"
mockk = "1.14.6"
mockk = "1.14.7"
detekt = "1.23.8"
lifecycleRuntimeKtx = "2.9.4"
activityCompose = "1.11.0"
Expand Down
Loading