Skip to content

Commit

Permalink
Merge pull request #5 from takahirom/takahirom/fix-library-descriptio…
Browse files Browse the repository at this point in the history
…n/2024-07-31

Fix library description
  • Loading branch information
takahirom authored Jul 31, 2024
2 parents e2fc9b7 + 478c01d commit b2408e8
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 b2408e8

Please sign in to comment.