mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-13 20:53:35 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture/pull/38
Author: @victorvicari
Created: 9/13/2019
Status: ✅ Merged
Merged: 9/24/2019
Merged by: @melihaksoy
Base:
master← Head:change_use_of_deprecated_NetworkInfo📝 Commits (3)
402bb99replace 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.0954301moved network_state_permission from repository manifest to app's manifest.6715aafMerge branch 'master' into change_use_of_deprecated_NetworkInfo📊 Changes
3 files changed (+8 additions, -3 deletions)
View changed files
📝
app/src/main/AndroidManifest.xml(+1 -0)📝
core/src/main/kotlin/com/melih/core/di/CoreModule.kt(+6 -2)📝
repository/src/main/AndroidManifest.xml(+1 -1)📄 Description
Replace
NetworkIntowith theConnectivityManager. Since this network validation is being done at repository level, I've had to add the network dependency on it's ownAndroidManifest.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.