Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Updating description of library
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzemehdi committed Feb 22, 2024
1 parent eac9955 commit 1a00e21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
![badge-ios](http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat)



KMPRevenueCat is an unofficial Kotlin Multiplatform library, wrapper library around RevenueCat integration with a Kotlin-first approach, offering a unified API for subscription/in-app purchases across iOS, and Android.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ allprojects {
pom {
groupId = "io.github.mirzemehdi"
name.set("KMPRevenueCat")
description.set("KMPRevenueCat is an unofficial Kotlin Multiplatform library, RevenueCat integration with a Kotlin-first approach, offering a unified API for in-app purchases across iOS, and Android.")
description.set("KMPRevenueCat is an unofficial Kotlin Multiplatform library, wrapper library around RevenueCat integration with a Kotlin-first approach, offering a unified API for subscription/in-app purchases across iOS, and Android.")
licenses {
license {
name.set("Apache-2.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ internal fun PaywallListener.asRCPaywallViewControllerDelegate(onDismissed: () -
controller: RCPaywallViewController,
didFinishPurchasingWithCustomerInfo: RCCustomerInfo
) {
didFinishPurchasingWithCustomerInfo
//TODO FIX this
this@asRCPaywallViewControllerDelegate.onPurchaseCompleted(
null
Expand Down

0 comments on commit 1a00e21

Please sign in to comment.