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

Commit

Permalink
Updating api and version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzemehdi committed Apr 28, 2024
1 parent 5a07c21 commit 3176888
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Related Blog Post (if you want to integrate it yourself without this library): h
- **Android:** `minSdkVersion 24`
- **iOS:** `minDeploymentTarget 15.0`

- **RevenueCat Android version:** `7.5.2`
- **RevenueCat Android version:** `7.9.0`
- **RevenueCat iOS version:** `4.41.1`

### Gradle Setup
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ kotlin.mpp.enableCInteropCommonization=true
#Development
development=true

kmpRevenueCatVersion=0.2.0
kmpRevenueCatVersion=0.3.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kmprevenuecat_purchases_ui'
spec.version = '0.2.0'
spec.version = '0.3.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
3 changes: 3 additions & 0 deletions kmprevenuecat-purchases/api/kmprevenuecat-purchases.api
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public final class com/mmk/kmprevenuecat/purchases/CacheFetchPolicy$Companion {
public final class com/mmk/kmprevenuecat/purchases/CoroutinesExtensionsKt {
public static final fun awaitCustomerInfo (Lcom/mmk/kmprevenuecat/purchases/Purchases;Lcom/mmk/kmprevenuecat/purchases/CacheFetchPolicy;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun awaitCustomerInfo$default (Lcom/mmk/kmprevenuecat/purchases/Purchases;Lcom/mmk/kmprevenuecat/purchases/CacheFetchPolicy;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
public static final fun awaitSyncPurchases (Lcom/mmk/kmprevenuecat/purchases/Purchases;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public abstract interface annotation class com/mmk/kmprevenuecat/purchases/KMPRevenueCatInternalApi : java/lang/annotation/Annotation {
Expand Down Expand Up @@ -48,6 +49,7 @@ public abstract interface class com/mmk/kmprevenuecat/purchases/Purchases {
public abstract fun setAttributes (Ljava/util/Map;)V
public abstract fun setFirebaseAppInstanceID (Ljava/lang/String;)V
public abstract fun setLogLevel (Lcom/mmk/kmprevenuecat/purchases/LogLevel;)V
public abstract fun syncPurchases (Lkotlin/jvm/functions/Function1;)V
}

public final class com/mmk/kmprevenuecat/purchases/Purchases$Companion : com/mmk/kmprevenuecat/purchases/Purchases {
Expand All @@ -61,6 +63,7 @@ public final class com/mmk/kmprevenuecat/purchases/Purchases$Companion : com/mmk
public fun setAttributes (Ljava/util/Map;)V
public fun setFirebaseAppInstanceID (Ljava/lang/String;)V
public fun setLogLevel (Lcom/mmk/kmprevenuecat/purchases/LogLevel;)V
public fun syncPurchases (Lkotlin/jvm/functions/Function1;)V
}

public final class com/mmk/kmprevenuecat/purchases/Purchases$DefaultImpls {
Expand Down
2 changes: 1 addition & 1 deletion kmprevenuecat-purchases/kmprevenuecat_purchases.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kmprevenuecat_purchases'
spec.version = '0.2.0'
spec.version = '0.3.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 3176888

Please sign in to comment.