Skip to content

Commit 01230b7

Browse files
committed
Try to add the billing jar dependency
1 parent d435574 commit 01230b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

maven/android/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@
128128
<scope>system</scope>
129129
<systemPath>${cn1.binaries}/android/google-services-3.0.0.jar</systemPath>
130130
</dependency>
131+
<dependency>
132+
<groupId>com.codenameone.cn1binaries</groupId>
133+
<artifactId>android-billing</artifactId>
134+
<version>4.0.0</version>
135+
<scope>system</scope>
136+
<systemPath>${cn1.binaries}/android/android-billing-4.0.0.jar</systemPath>
137+
</dependency>
131138
<dependency>
132139
<groupId>com.codenameone.cn1binaries</groupId>
133140
<artifactId>play-services-auth</artifactId>

0 commit comments

Comments
 (0)