Skip to content

Commit 0a0eafd

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.0.1...4.0.0) (2022-06-10) ### Features * update various dependencies ([#1172](#1172)) ([779dc0b](779dc0b)) ### BREAKING CHANGES * The Facebook Login SDK is upgraded to 13.x; this is a transitive dependency, so if you are directly calling the Facebook Login SDK in your app then this may be a braking change; this release of the Parse Android SDK adds a version range to the Facebook Login SDK dependency for correct gradle dependency resolving ([779dc0b](779dc0b))
1 parent 779dc0b commit 0a0eafd

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/parse-community/Parse-SDK-Android/compare/3.0.1...4.0.0) (2022-06-10)
2+
3+
4+
### Features
5+
6+
* update various dependencies ([#1172](https://github.com/parse-community/Parse-SDK-Android/issues/1172)) ([779dc0b](https://github.com/parse-community/Parse-SDK-Android/commit/779dc0b9d635a2b14f142e7eb2788f938ccc6134))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The Facebook Login SDK is upgraded to 13.x; this is a transitive dependency, so if you are directly calling the Facebook Login SDK in your app then this may be a braking change; this release of the Parse Android SDK adds a version range to the Facebook Login SDK dependency for correct gradle dependency resolving ([779dc0b](779dc0b))
12+
113
## [3.0.1](https://github.com/parse-community/Parse-SDK-Android/compare/3.0.0...3.0.1) (2022-05-26)
214

315

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = 3.0.1
1+
version = 4.0.0
22
android.enableJetifier = true
33
android.useAndroidX = true

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-sdk-android",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/parse-community/Parse-SDK-Android.git"

0 commit comments

Comments
 (0)