project: Remove currently-unused library

Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
Samuel Holland 2018-01-08 20:43:11 -06:00
parent 710ffc7bb3
commit dd69a2e778
2 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ dependencies {
implementation 'com.android.databinding:library:1.3.3'
implementation 'com.android.support:support-annotations:27.0.2'
implementation 'com.commonsware.cwac:crossport:0.2.1'
implementation 'com.gabrielittner.threetenbp:lazythreetenbp:0.2.0'
implementation 'com.getbase:floatingactionbutton:1.10.1'
implementation 'com.google.dagger:dagger:2.14.1'
implementation 'net.sourceforge.streamsupport:android-retrofuture:1.6.0'

View File

@ -7,7 +7,6 @@ import android.os.Handler;
import android.os.Looper;
import android.preference.PreferenceManager;
import com.gabrielittner.threetenbp.LazyThreeTen;
import com.wireguard.android.backend.Backend;
import com.wireguard.android.backend.WgQuickBackend;
import com.wireguard.android.configStore.ConfigStore;
@ -47,7 +46,6 @@ public class Application extends android.app.Application {
.applicationModule(new ApplicationModule(this))
.build();
component.getTunnelManager().onCreate();
LazyThreeTen.init(this);
}
@ApplicationScope