Forked from
briar / briar
5545 commits behind the upstream repository.
-
Ernir Erlingsson authored
Semi-encapsulated the core/api dependency graphs and created a proper structure to load eager singletons
Ernir Erlingsson authoredSemi-encapsulated the core/api dependency graphs and created a proper structure to load eager singletons
AndroidEagerSingletons.java 190 B
package org.briarproject.android;
public class AndroidEagerSingletons {
public static void initEagerSingletons(AndroidComponent c) {
c.inject(new AndroidModule.EagerSingletons());
}
}