Skip to content

Commit 7a97b94

Browse files
wip: init
1 parent 7154373 commit 7a97b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android-pdf-viewer/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'maven-publish'
44
}
55

6-
group "com.github.marain87"
6+
group "com.github.facundofernandez"
77

88
android {
99
namespace "com.github.barteksc.pdfviewer"
@@ -48,9 +48,9 @@ dependencies {
4848
publishing {
4949
publications {
5050
release(MavenPublication) {
51-
groupId = 'com.github.marain87'
51+
groupId = 'com.github.facundofernandez'
5252
artifactId = 'AndroidPdfViewer'
53-
version = "3.2.5"
53+
version = "3.2.6"
5454

5555
afterEvaluate {
5656
from components.release

0 commit comments

Comments
 (0)