Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisarWork committed Sep 18, 2024
1 parent d481d5b commit 50fa22e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val artifactId = "core"

// Library
val libraryName = "KotPreferences"
val libraryDescription = "$artifactId module"
val libraryDescription = "KotPreferences - $artifactId module"
val groupID = "io.github.mflisar.kotpreferences"
val release = 2021
val github = "https://github.com/MFlisar/KotPreferences"
Expand Down
2 changes: 1 addition & 1 deletion library/modules/compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val artifactId = "extension-compose"

// Library
val libraryName = "KotPreferences"
val libraryDescription = "$artifactId module"
val libraryDescription = "KotPreferences - $artifactId module"
val groupID = "io.github.mflisar.kotpreferences"
val release = 2021
val github = "https://github.com/MFlisar/KotPreferences"
Expand Down
2 changes: 1 addition & 1 deletion library/modules/encryption-aes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val artifactId = "encryption-aes"

// Library
val libraryName = "KotPreferences"
val libraryDescription = "$artifactId module"
val libraryDescription = "KotPreferences - $artifactId module"
val groupID = "io.github.mflisar.kotpreferences"
val release = 2021
val github = "https://github.com/MFlisar/KotPreferences"
Expand Down
2 changes: 1 addition & 1 deletion library/modules/storage/datastore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val artifactId = "storage-datastore"

// Library
val libraryName = "KotPreferences"
val libraryDescription = "$artifactId module"
val libraryDescription = "KotPreferences - $artifactId module"
val groupID = "io.github.mflisar.kotpreferences"
val release = 2021
val github = "https://github.com/MFlisar/KotPreferences"
Expand Down
2 changes: 1 addition & 1 deletion library/modules/storage/keyvalue/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val artifactId = "storage-keyvalue"

// Library
val libraryName = "KotPreferences"
val libraryDescription = "$artifactId module"
val libraryDescription = "KotPreferences - $artifactId module"
val groupID = "io.github.mflisar.kotpreferences"
val release = 2021
val github = "https://github.com/MFlisar/KotPreferences"
Expand Down

0 comments on commit 50fa22e

Please sign in to comment.