mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
WIP
This commit is contained in:
parent
08149e9e7e
commit
63f4a8229a
|
@ -4,6 +4,14 @@
|
|||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
<DropdownSelection timestamp="2023-12-11T06:35:18.488085Z">
|
||||
<Target type="DEFAULT_BOOT">
|
||||
<handle>
|
||||
<DeviceId pluginId="LocalEmulator" identifier="path=/Users/rca/.android/avd/Pixel_6_API_28_Trident_.avd" />
|
||||
</handle>
|
||||
</Target>
|
||||
</DropdownSelection>
|
||||
<DialogSelection />
|
||||
</SelectionState>
|
||||
</selectionStates>
|
||||
</component>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
package one.nem.lacerta.source.db;
|
||||
|
||||
public class RoomUtils {
|
||||
// Internal Utils
|
||||
}
|
||||
|
|
|
@ -22,6 +22,5 @@ public class Documents {
|
|||
|
||||
private String[] categories;
|
||||
|
||||
|
||||
// WIP
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
package one.nem.lacerta.source.repo;
|
||||
|
||||
public class RepoUtils {
|
||||
// Internal Utils
|
||||
}
|
Loading…
Reference in New Issue
Block a user