Address some build warnings

This commit is contained in:
Syer10
2023-03-26 17:43:22 -04:00
parent 72af19e426
commit 4661b181f9
16 changed files with 36 additions and 12 deletions

View File

@@ -132,3 +132,7 @@ dependencies {
buildkonfig {
packageName = "ca.gosyer.jui.domain.build"
}
android {
namespace = "ca.gosyer.jui.domain"
}

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="ca.gosyer.jui.domain"/>
<manifest/>