We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d697834 commit c685885Copy full SHA for c685885
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Version 2.2.1
5
+-------------
6
+
7
+_2023-07-25_
8
9
+- **Fix**: Don't hold a reference to the view if detach happens before `DetachEventCompletable` is disposed.
10
11
Version 2.2.0
12
-------------
13
gradle.properties
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
#
16
GROUP=com.uber.autodispose2
17
-VERSION_NAME=2.3.0-SNAPSHOT
+VERSION_NAME=2.2.1
18
POM_DESCRIPTION=Automatic binding+disposal of RxJava 2+ streams.
19
POM_URL=https://github.com/uber/AutoDispose/
20
POM_SCM_URL=https://github.com/uber/AutoDispose/
0 commit comments