diff --git a/gradle.properties b/gradle.properties index 65c655f..daf6129 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 13b23b9..36588f2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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"