Skip to content

Commit

Permalink
Remove lib_network
Browse files Browse the repository at this point in the history
There is only one java file in lib_network. If moving it to
nga_phone_base_3.0, code will be cleaner.
  • Loading branch information
FantasqueX committed Feb 6, 2023
1 parent 3274126 commit 7e3b7e5
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 83 deletions.
1 change: 0 additions & 1 deletion lib_network/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions lib_network/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions lib_network/proguard-rules.pro

This file was deleted.

5 changes: 0 additions & 5 deletions lib_network/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion nga_phone_base_3.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ dependencies {
implementation project(':lib_common')
implementation project(':lib_cloud')
implementation project(':lib_core')
implementation project(":lib_network")

// database
implementation "androidx.room:room-runtime:$room_version"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include ':lib_cloud', ':lib_common'
include ':nga_phone_base_3.0'
include ':lib_core'
include ':lib_network'

0 comments on commit 7e3b7e5

Please sign in to comment.