From 6b9a39454e9260b6d979ca5c02f633e5e2d4bd2d Mon Sep 17 00:00:00 2001 From: Drjacky Date: Thu, 6 Jun 2024 17:55:41 +0100 Subject: [PATCH] Update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a83fa6c..42f3f9f 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,14 @@ to [feature/compose](https://github.com/Drjacky/MVVMTemplate/tree/feature/compos - [LeakCanary](https://square.github.io/leakcanary/) - Memory leak detection - [Chucker](https://github.com/ChuckerTeam/chucker) - An HTTP inspector for Android & OkHTTP - [StrictMode](https://developer.android.com/reference/android/os/StrictMode) - A developer tool - which detects things you might be doing by accident + which detects things you might be doing wrong by accident - [Dark/Light Theme](https://developer.android.com/guide/topics/ui/look-and-feel/darktheme) - Support dark/light themes - [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Data storage solution that allows you to store key-value pairs or typed objects - [AutoDispose](https://uber.github.io/AutoDispose/) - Automatically binding the execution of RxJava streams to a provided scope -- [Dependency Analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) - - Dependency analysis android gradle plugin +- [Dependency Analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) - Dependency analysis android gradle plugin - [Sonatype Scan Gradle Plugin](https://github.com/sonatype-nexus-community/scan-gradle-plugin)- Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.