File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,14 @@ to [feature/compose](https://github.com/Drjacky/MVVMTemplate/tree/feature/compos
54
54
- [ LeakCanary] ( https://square.github.io/leakcanary/ ) - Memory leak detection
55
55
- [ Chucker] ( https://github.com/ChuckerTeam/chucker ) - An HTTP inspector for Android & OkHTTP
56
56
- [ 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
58
58
- [ Dark/Light Theme] ( https://developer.android.com/guide/topics/ui/look-and-feel/darktheme ) -
59
59
Support dark/light themes
60
60
- [ DataStore] ( https://developer.android.com/topic/libraries/architecture/datastore ) - Data storage
61
61
solution that allows you to store key-value pairs or typed objects
62
62
- [ AutoDispose] ( https://uber.github.io/AutoDispose/ ) - Automatically binding the execution of RxJava
63
63
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
66
65
- [ Sonatype Scan Gradle Plugin] ( https://github.com/sonatype-nexus-community/scan-gradle-plugin ) -
67
66
Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index
68
67
and Nexus IQ Server.
You can’t perform that action at this time.
0 commit comments