mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-15 13:43:45 +01:00
* replace NetworkInto with the ConnectivityManager. Since this network validation is being done at repository level, I've had to add the network dependency on it's own AndroidManifest. * moved network_state_permission from repository manifest to app's manifest. removed wildcard imports. now, network_info it's been provided and not the connectivity_manager