Skip to content

Commit 9e84c5c

Browse files
committed
build: run pub get before formatter
1 parent e4bbc29 commit 9e84c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252

5353
dependencies {
5454
// OpenIAP Google billing wrapper (1.1.0) includes Google Play Billing
55-
implementation "io.github.hyochan.openiap:openiap-google:1.1.0"
55+
implementation "io.github.hyochan.openiap:openiap-google:1.1.11"
5656

5757
// For local debugging with a checked-out module, you can switch to:
5858
// debugImplementation project(":openiap")

0 commit comments

Comments
 (0)