Skip to content

Commit

Permalink
[2/2] Move pdf2htmlEX-Android project to app.opendocument group
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jan 6, 2024
1 parent 123321b commit 6f4ee87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
}


group = 'com.viliussutkus89'
group = 'app.opendocument'
version = '0.18.24'

nexusPublishing {
repositories {
sonatype()
sonatype() {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}
2 changes: 1 addition & 1 deletion pdf2htmlEX/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
id 'signing'
}

group = 'app.opendocument'
group = rootProject.group

android {
namespace "app.opendocument.android.pdf2htmlex"
Expand Down

0 comments on commit 6f4ee87

Please sign in to comment.