Skip to content

Commit

Permalink
Merge pull request #49 from superwall/develop
Browse files Browse the repository at this point in the history
1.3.6
  • Loading branch information
ianrumac authored Dec 20, 2024
2 parents 14c3bce + d89a952 commit dc556ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 1.3.6

### Enhancements

- Updates Android SDK to 1.5.1 [View Android SDK release notes](https://github.com/superwall-me/Superwall-Android/releases/tag/1.5.1)

## 1.3.5

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

implementation "com.superwall.sdk:superwall-android:1.5.0"
implementation "com.superwall.sdk:superwall-android:1.5.1"
implementation 'com.android.billingclient:billing:6.1.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'
}

0 comments on commit dc556ef

Please sign in to comment.