We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7154373 commit 7a97b94Copy full SHA for 7a97b94
android-pdf-viewer/build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'maven-publish'
4
}
5
6
-group "com.github.marain87"
+group "com.github.facundofernandez"
7
8
android {
9
namespace "com.github.barteksc.pdfviewer"
@@ -48,9 +48,9 @@ dependencies {
48
publishing {
49
publications {
50
release(MavenPublication) {
51
- groupId = 'com.github.marain87'
+ groupId = 'com.github.facundofernandez'
52
artifactId = 'AndroidPdfViewer'
53
- version = "3.2.5"
+ version = "3.2.6"
54
55
afterEvaluate {
56
from components.release
0 commit comments