Merge branch '2015-removable-drive-plugin' into '1802-sync-via-removable-storage'

Create RemovableDrivePlugin

See merge request briar/briar!1454
This commit is contained in:
Torsten Grote
2021-05-10 12:47:21 +00:00
14 changed files with 287 additions and 65 deletions

View File

@@ -0,0 +1,6 @@
package org.briarproject.bramble.api.plugin;
public interface RemovableDriveConstants {
TransportId ID = new TransportId("org.briarproject.bramble.drive");
}