Skip to content

Commit 0082e6a

Browse files
authored
Revise caution note about library usage (#52)
Updated caution note in README regarding library usage.
1 parent ac9abcd commit 0082e6a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ This library forks both the `androidx.security:security-crypto` and the `android
2222

2323
### Should I be using this library?
2424

25-
**TL;DR - No, probably not.**
25+
> [!CAUTION]
26+
> **TL;DR - No, probably not.**
2627
2728
The existance of `EncryptedSharedPreferences` has misled many developers by implying that there's an inherent insecurity with `SharedPreferences`, which is simply not true.
2829

@@ -124,4 +125,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
124125
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125126
See the License for the specific language governing permissions and
126127
limitations under the License.
127-
```
128+
```

0 commit comments

Comments
 (0)