File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ 3.0.3 * (2023-08-14)*
5+ --------------------
6+ * Fix potential memory leak in MentionsEditText
7+
483.0.2 * (2023-04-20)*
59--------------------
610* Fix for NPE when processing TextWatchers
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ Grab via Maven:
1919<dependency >
2020 <groupId >com.linkedin.android.spyglass</groupId >
2121 <artifactId >spyglass</artifactId >
22- <version >3.0.2 </version >
22+ <version >3.0.3 </version >
2323</dependency >
2424```
2525or Gradle:
2626``` groovy
27- api 'com.linkedin.android.spyglass:spyglass:3.0.2 '
27+ api 'com.linkedin.android.spyglass:spyglass:3.0.3 '
2828```
2929
3030## Overview
Original file line number Diff line number Diff line change 11# Library info
2- VERSION_NAME =3.0.3-SNAPSHOT
2+ VERSION_NAME =3.0.3
33GROUP_ID =com.linkedin.android.spyglass
44LIBRARY_DESCRIPTION =Flexible library extending EditText to support mentions on Android.
55LIBRARY_GIT_URL =https://github.com/linkedin/Spyglass
You can’t perform that action at this time.
0 commit comments