Skip to content

Commit bdd745a

Browse files
committed
chore: rename project to ComposePdfReader
1 parent 4a61b46 commit bdd745a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ComposePdf
1+
# ComposePdfReader
22

33
A Kotlin Multiplatform PDF rendering and text-extraction library built on top of
44
[bblanchon/pdfium-binaries](https://github.com/bblanchon/pdfium-binaries) and

example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ nucleus.application {
209209
targetFormats(TargetFormat.Dmg, TargetFormat.Nsis, TargetFormat.Deb, TargetFormat.AppImage)
210210
packageName = "NucleusPdf"
211211
packageVersion = "1.0.0"
212-
homepage = "https://github.com/kdroidFilter/ComposePdf"
212+
homepage = "https://github.com/NucleusFramework/ComposePdfReader"
213213
// jdk.security.auth: UnixSystem — required by FileKit's XDG/DBus picker on Linux.
214214
// java.management: DBus transport dependencies.
215215
// jdk.unsupported: used by various native-interop helpers.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "ComposePdf"
1+
rootProject.name = "ComposePdfReader"
22
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
33

44
pluginManagement {

0 commit comments

Comments
 (0)