Skip to content

Commit

Permalink
deprecated unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Oct 27, 2023
1 parent b679c71 commit 2279095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions core/network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ dependencies {

ceresLibrary {
name = "Ceres Core Network"
deprecated = true
}
3 changes: 1 addition & 2 deletions navigation/events/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ android {
}

dependencies {
api(project(":navigation:core"))
api(project(":firebase:analytics"))
}

ceresLibrary {
name = "Ceres Navigation Events"
deprecated = true
}

0 comments on commit 2279095

Please sign in to comment.