11/*
22 * pdf2htmlEX/build.gradle
33 *
4- * pdf2htmlEX-Android (https://github.com/ViliusSutkus89 /pdf2htmlEX-Android)
5- * Android port of pdf2htmlEX - Convert PDF to HTML without losing text or format.
4+ * pdf2htmlEX-Android (https://github.com/opendocument-app /pdf2htmlEX-Android)
5+ * pdf2htmlEX library port for Android - Convert PDF to HTML without losing text or format.
66 *
77 * Copyright (c) 2019 - 2023 ViliusSutkus89.com
88 *
9- * This program is free software: you can redistribute it and/or modify
9+ * pdf2htmlEX-Android is free software: you can redistribute it and/or modify
1010 * it under the terms of the GNU General Public License version 3 as
1111 * published by the Free Software Foundation.
1212 *
13- * This program is distributed in the hope that it will be useful,
13+ * pdf2htmlEX-Android is distributed in the hope that it will be useful,
1414 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1515 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616 * GNU General Public License for more details.
@@ -25,10 +25,10 @@ plugins {
2525 id ' signing'
2626}
2727
28- group = ' com.viliussutkus89 '
28+ group = ' app.opendocument '
2929
3030android {
31- namespace " com.viliussutkus89 .android.pdf2htmlex"
31+ namespace " app.opendocument .android.pdf2htmlex"
3232 compileSdk 34
3333
3434 defaultConfig {
@@ -84,20 +84,20 @@ publishing {
8484
8585 pom {
8686 name = rootProject. name
87- description = ' Android port of pdf2htmlEX - Convert PDF to HTML without losing text or format'
88- url = ' https://github.com/ViliusSutkus89 /pdf2htmlEX-Android'
87+ description = ' pdf2htmlEX library port for Android - Convert PDF to HTML without losing text or format'
88+ url = ' https://github.com/opendocument-app /pdf2htmlEX-Android'
8989 packaging = ' aar'
9090 inceptionYear = ' 2019'
9191 developers {
9292 developer {
9393 id = " ViliusSutkus89"
9494 name = " Vilius Sutkus"
95- email = " ViliusSutkus89@gmail .com"
95+ email = " Vilius@ViliusSutkus89 .com"
9696 }
9797 }
9898 scm {
99- url = ' https://github.com/ViliusSutkus89 /pdf2htmlEX-Android'
100- connection = ' https://github.com/ViliusSutkus89 /pdf2htmlEX-Android.git'
99+ url = ' https://github.com/opendocument-app /pdf2htmlEX-Android'
100+ connection = ' https://github.com/opendocument-app /pdf2htmlEX-Android.git'
101101 }
102102 licenses {
103103 license {
0 commit comments