Skip to content

Commit

Permalink
Applied new build hint android.billingclient.version with default 4.0…
Browse files Browse the repository at this point in the history
….0 to allow experimentation with version 5.0.0 and 6.0.0 of Android billing library.

This change is already on the build server.
  • Loading branch information
shannah committed Jul 29, 2023
1 parent e0f8968 commit 5715807
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,8 @@ public void usesClassMethod(String cls, String method) {
}

if (purchasePermissions) {
additionalDependencies += " implementation 'com.android.billingclient:billing:4.0.0'\n";
String billingClientVersion = request.getArg("android.billingclient.version", "4.0.0");
additionalDependencies += " implementation 'com.android.billingclient:billing:"+billingClientVersion+"'\n";
}

String useLegacyApache = "";
Expand Down

0 comments on commit 5715807

Please sign in to comment.