Issue#106 Move SharedTest Folder into it's separate Android Module as suggested

This commit is contained in:
Gergely Hegedus 2022-09-26 17:25:50 +03:00
parent 9f79b4e67f
commit 9752d1643b
37 changed files with 172 additions and 232 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fnives.test.showcase.test.shared">
</manifest>