Skip to content

Commit 6b9a394

Browse files
committed
Update readme
1 parent 36a19f7 commit 6b9a394

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,14 @@ to [feature/compose](https://github.com/Drjacky/MVVMTemplate/tree/feature/compos
5454
- [LeakCanary](https://square.github.io/leakcanary/) - Memory leak detection
5555
- [Chucker](https://github.com/ChuckerTeam/chucker) - An HTTP inspector for Android & OkHTTP
5656
- [StrictMode](https://developer.android.com/reference/android/os/StrictMode) - A developer tool
57-
which detects things you might be doing by accident
57+
which detects things you might be doing wrong by accident
5858
- [Dark/Light Theme](https://developer.android.com/guide/topics/ui/look-and-feel/darktheme) -
5959
Support dark/light themes
6060
- [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Data storage
6161
solution that allows you to store key-value pairs or typed objects
6262
- [AutoDispose](https://uber.github.io/AutoDispose/) - Automatically binding the execution of RxJava
6363
streams to a provided scope
64-
- [Dependency Analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
65-
- Dependency analysis android gradle plugin
64+
- [Dependency Analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) - Dependency analysis android gradle plugin
6665
- [Sonatype Scan Gradle Plugin](https://github.com/sonatype-nexus-community/scan-gradle-plugin)-
6766
Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index
6867
and Nexus IQ Server.

0 commit comments

Comments
 (0)