Skip to content

Commit

Permalink
chore: Remove ExampleUnitTest and update repository namespace
Browse files Browse the repository at this point in the history
- Removed `ExampleUnitTest` from the `reminder` module, likely as it was a placeholder test.

- Updated the namespace for the `repository` module to `city.zouitel.quicknote`, likely for better package organization.
  • Loading branch information
youndon committed Nov 18, 2024
1 parent 439c547 commit e49afaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
3 changes: 3 additions & 0 deletions core/network/repository/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
plugins {
alias(libs.plugins.cityzouitel.androidLibrary)
}

android {
namespace = "city.zouitel.quicknote"
}

This file was deleted.

0 comments on commit e49afaf

Please sign in to comment.