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

Commit

Permalink
RC_0.0.8 (#5)
Browse files Browse the repository at this point in the history
Merge pull request #5
  • Loading branch information
mirzemehdi authored Mar 26, 2024
1 parent cc9cc19 commit 28bcb7c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Related Blog Post (if you want to integrate it yourself without this library): h
### Minimum Requirements

- **Android:** `minSdkVersion 24`
- **iOS:** `minDeploymentTarget 15.0`
- **iOS:** `minDeploymentTarget 15.0`

- **RevenueCat Android version:** `7.5.2`
- **RevenueCat iOS version:** `4.39.0`

### Gradle Setup
KMPRevenueCat is available on Maven Central. In your root project `build.gradle.kts` file (or `settings.gradle` file) add `mavenCentral()` to repositories.
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.0.7
kmpRevenueCatVersion=0.0.8
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.0.7'
spec.version = '0.0.8'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 2 additions & 0 deletions kmprevenuecat-purchases/api/kmprevenuecat-purchases.api
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public abstract interface class com/mmk/kmprevenuecat/purchases/Purchases {
public abstract fun logOut (Lkotlin/jvm/functions/Function1;)V
public abstract fun login (Ljava/lang/String;Lkotlin/jvm/functions/Function1;)V
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
}

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

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.0.7'
spec.version = '0.0.8'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 28bcb7c

Please sign in to comment.