You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,25 @@
2
2
3
3
### master
4
4
5
-
- Update OkHttp version to allow for future Android API 30 compilation
6
-
- Compile with Android 29
7
-
- Update Facebook Login dependency to 6.1.0
8
-
- Add nullability annotations to `ParseCloud`
5
+
### 1.24.2
6
+
- FIX: Fixed naming collission bug due to integration of bolts-tasks module. See [#1028](https://github.com/parse-community/Parse-SDK-Android/issues/1028) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza)
7
+
8
+
### 1.24.1
9
+
> WARNING:
10
+
>
11
+
> Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module.
12
+
13
+
- Resolves issue around missing bolts-tasks dependency thanks to @rogerhu (#1025)
14
+
15
+
### 1.24.0
16
+
> WARNING:
17
+
>
18
+
> Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module.
19
+
20
+
- Add bolts-task instead of depending on FB's outdated lib (#1018) thanks to @rogerhu
21
+
- Add nullability to `ParseCloud` (#1008) thanks to @Jawnnypoo
22
+
- Set to unknown name if version name is null (#1014) thanks to @Jawnnypoo
23
+
- Fix signup method name (#1017) thanks to @Jawnnypoo
0 commit comments