Skip to content

Commit 96d9879

Browse files
Renju MenonRenju Menon
authored andcommitted
add correct bintray publish details
1 parent 686781c commit 96d9879

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

android-pdf-viewer/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 21
1212
targetSdkVersion 35
1313
versionCode 1
14-
versionName "4.0.3"
14+
versionName "4.0.4"
1515
}
1616

1717
compileOptions {
@@ -42,16 +42,16 @@ afterEvaluate {
4242
publishing {
4343
publications {
4444
release(MavenPublication) {
45-
groupId = 'com.github.barteksc'
46-
artifactId = 'android-pdf-viewer'
47-
version = '4.0.3'
45+
groupId = 'com.github.T-Pro'
46+
artifactId = 'AndroidPdfViewer'
47+
version = '4.0.4'
4848

4949
from components.release
5050

5151
pom {
5252
name = 'AndroidPdfViewer'
5353
description = 'Android view for displaying PDFs rendered with PdfiumAndroid'
54-
url = 'https://github.com/barteksc/AndroidPdfViewer'
54+
url = 'https://github.com/T-Pro/AndroidPdfViewer'
5555

5656
licenses {
5757
license {
@@ -62,16 +62,16 @@ afterEvaluate {
6262

6363
developers {
6464
developer {
65-
id = 'barteksc'
66-
name = 'Bartosz Schiller'
67-
65+
id = 'T-Pro'
66+
name = 'T-Pro'
67+
6868
}
6969
}
7070

7171
scm {
72-
connection = 'https://github.com/barteksc/AndroidPdfViewer.git'
73-
developerConnection = 'https://github.com/barteksc/AndroidPdfViewer.git'
74-
url = 'https://github.com/barteksc/AndroidPdfViewer'
72+
connection = 'https://github.com/T-Pro/AndroidPdfViewer.git'
73+
developerConnection = 'https://github.com/T-Pro/AndroidPdfViewer.git'
74+
url = 'https://github.com/T-Pro/AndroidPdfViewer'
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)