mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-19 10:47:01 +05:30
Move data package to its own module
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b5a3d6489b
commit
19817bf254
10 changed files with 50 additions and 19 deletions
5
data/src/main/AndroidManifest.xml
Normal file
5
data/src/main/AndroidManifest.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="dev.msfjarvis.todo.data">
|
||||
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue