Skip to content

Commit

Permalink
Fix library description
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 31, 2024
1 parent 6a048f4 commit 478c01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publishing {
// Provide artifacts information required by Maven Central
pom {
name.set("RoboSpec")
description.set("This library enhances Compose Multiplatform by enabling the use of `rememberRetained{}`, which is stored within ViewModel. It broadens the versatility of Compose, allowing it to be utilized in a wider array of contexts and scenarios.")
description.set("RoboSpec is a library that provides a way to write tests using describe and itShould blocks with Robolectric.")
url.set("https://github.com/takahirom/robospec")

licenses {
Expand Down

0 comments on commit 478c01d

Please sign in to comment.