Skip to content

Commit

Permalink
Manifest for api and implementation modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuttari committed Jul 30, 2020
1 parent 61446e4 commit e21035d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
2 changes: 2 additions & 0 deletions api/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.mscuttari.kaoldb.api" />
1 change: 1 addition & 0 deletions implementation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
2 changes: 2 additions & 0 deletions implementation/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.mscuttari.kaoldb.core" />

0 comments on commit e21035d

Please sign in to comment.