Skip to content

Commit 135867d

Browse files
committed
Fixed JitPack build error
1 parent 8989a39 commit 135867d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google-iab/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ afterEvaluate {
5050
publications {
5151
release(MavenPublication) {
5252
from components.release
53+
groupId = 'com.github.moisoni97'
54+
artifactId = 'google-inapp-billing'
55+
version = '1.1.0'
5356
}
5457
}
5558
}

0 commit comments

Comments
 (0)