File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
iap/src/main/java/com/limurse/iap Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.1.0"
3- agp = " 8.6.1 "
3+ agp = " 8.8.0 "
44compileSdk = " 34"
55targetSdk = " 34"
66minSdk = " 21"
77appcompat = " 1.7.0"
88gridlayout = " 1.0.0"
99material = " 1.12.0"
10- constraintlayout = " 2.1.4 "
10+ constraintlayout = " 2.2.0 "
1111sdp-android = " 1.1.1"
1212billing-ktx = " 7.1.1"
1313lifecycle-extensions = " 2.2.0"
14- lifecycle-runtime-ktx = " 2.8.6 "
14+ lifecycle-runtime-ktx = " 2.8.7 "
1515junit = " 4.13.2"
1616
1717[libraries ]
Original file line number Diff line number Diff line change 11# Wed Jun 12 14:26:56 IST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ class BillingService(
2626
2727 override fun init (key : String? ) {
2828 decodedKey = key
29- mBillingClient = BillingClient .newBuilder(context).setListener(this ).enablePendingPurchases().build()
29+ mBillingClient = BillingClient .newBuilder(context).setListener(this )
30+ .enablePendingPurchases().build()
3031 mBillingClient.startConnection(object : BillingClientStateListener {
3132 override fun onBillingServiceDisconnected () {
3233 log(" onBillingServiceDisconnected" )
You can’t perform that action at this time.
0 commit comments