Skip to content

Commit

Permalink
Merge pull request #36 from superwall/develop
Browse files Browse the repository at this point in the history
1.3.3
  • Loading branch information
ianrumac authored Oct 18, 2024
2 parents cb9e2d9 + 6acc180 commit 80d6dc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/Superwall-Flutter/releases) on GitHub.

## 1.3.3
- Upgrades Android SDK to 1.3.1 [View Android SDK release notes](https://github.com/superwall-me/Superwall-Android/releases/tag/1.3.1)
- This fixes the issue when using Superwall with some SDK's would cause a crash (i.e. Smartlook SDK)


## 1.3.2

Expand All @@ -12,7 +16,7 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superw
## 1.3.1

### Enhancements
- Upgrades Android SDK to 1.3.0 [View Android SDK release notes](https://github.com/superwall-me/Superwall-Android/releases/tag/1.3.1)
- Upgrades Android SDK to 1.3.0 [View Android SDK release notes](https://github.com/superwall-me/Superwall-Android/releases/tag/1.3.0)
- Upgrades Android SDK to 3.10.1 [View Android SDK release notes](https://github.com/superwall-me/Superwall-iOS/releases/tag/3.10.1)
- Adds `confirmAllAssignments` method to `Superwall` which confirms assignments for all placements and returns an array of all confirmed experiment assignments. Note that the assignments may be different when a placement is registered due to changes in user, placement, or device parameters used in audience filters.

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'

implementation "com.superwall.sdk:superwall-android:1.3.0"
implementation "com.superwall.sdk:superwall-android:1.3.1"
implementation 'com.android.billingclient:billing:6.1.0'
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: superwallkit_flutter
description: "Remotely configure every aspect of your paywall and double your revenue."
version: 1.3.2
version: 1.3.3
homepage: "https://superwall.com"

environment:
Expand Down

0 comments on commit 80d6dc7

Please sign in to comment.