Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyRB committed Feb 8, 2024
1 parent c003926 commit 03902b2
Showing 1 changed file with 12 additions and 34 deletions.
46 changes: 12 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,37 +48,15 @@

## 3.0.0

* **BREAKING CHANGE:** Upgraded Snap Kit on Android to 2.1.0.
When updating this plugin, please perform the following changes to your app:
* in `android/build.gradle`, remove the following:

```groovy
maven {
url "https://storage.googleapis.com/snap-kit-build/maven"
}
```

* in `android/app/build.gradle`, remove the following:

```groovy
implementation([
'com.snapchat.kit.sdk:creative:1.10.0',
'com.snapchat.kit.sdk:login:1.10.0',
'com.snapchat.kit.sdk:bitmoji:1.10.0',
'com.snapchat.kit.sdk:core:1.10.0'
])
```

* in `android/app/src/main/AndroidManifest.xml`:
* change `com.snapchat.kit.sdk.clientId` to `com.snap.kit.clientId`
* change `com.snapchat.kit.sdk.redirectUrl` to `com.snap.kit.redirectUrl`
* change `com.snapchat.kit.sdk.scopes` to `com.snap.kit.scopes"`
* remove the following:

```xml
<queries>
<package android:name="com.snapchat.android" />
</queries>
```

* Widened `http` support to >=0.13.3 <2.0.0
* Restructured the project
* Upgraded SnapSDK to 2.1.0 for Android
* Upgraded SnapSDK to 2.5.0 for iOS
* Split LoginKit & CreativeKit into their own classes
* Classes now have static references to an Instance allow calls across pages without having to pass instances around
* The current user is now saved on an instance of LoginKit allowing access across your entire app
* Added OIDC to the current user's data
* Added a caller for the access token
* Added lots of error checking in platform code and more verbose errors
* Fixed issue where videos wouldn't send on Android
* Removed deprecated Verify Phone Number

0 comments on commit 03902b2

Please sign in to comment.