This commit is contained in:
ろむねこ 2023-12-12 09:59:05 +09:00
parent 08149e9e7e
commit 63f4a8229a
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
4 changed files with 14 additions and 1 deletions

View File

@ -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>

View File

@ -1,4 +1,5 @@
package one.nem.lacerta.source.db;
public class RoomUtils {
// Internal Utils
}

View File

@ -22,6 +22,5 @@ public class Documents {
private String[] categories;
// WIP
}

View File

@ -0,0 +1,5 @@
package one.nem.lacerta.source.repo;
public class RepoUtils {
// Internal Utils
}