Skip to content

Commit c350cf0

Browse files
authoredMar 6, 2025
Merge pull request #60 from superwall/develop
2.0.5
2 parents fb9cbbe + 3d1991f commit c350cf0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 2.0.5
6+
7+
### Enhancements
8+
9+
- Upgrades Android SDK to 2.0.2 [View iOS SDK release notes](https://github.com/superwall/Superwall-Android/releases/tag/2.0.2).
10+
511
## 2.0.4
612

713
### Enhancements

‎android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ dependencies {
9191
implementation "com.facebook.react:react-native:+"
9292
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9393

94-
implementation "com.superwall.sdk:superwall-android:2.0.1"
94+
implementation "com.superwall.sdk:superwall-android:2.0.2"
9595
implementation 'com.android.billingclient:billing:6.1.0'
9696
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superwall/react-native-superwall",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "The React Native package for Superwall",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)