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 d435574 commit 01230b7Copy full SHA for 01230b7
maven/android/pom.xml
@@ -128,6 +128,13 @@
128
<scope>system</scope>
129
<systemPath>${cn1.binaries}/android/google-services-3.0.0.jar</systemPath>
130
</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>
138
<dependency>
139
<groupId>com.codenameone.cn1binaries</groupId>
140
<artifactId>play-services-auth</artifactId>
0 commit comments