project: Remove currently-unused library
Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
710ffc7bb3
commit
dd69a2e778
@ -35,7 +35,6 @@ dependencies {
|
|||||||
implementation 'com.android.databinding:library:1.3.3'
|
implementation 'com.android.databinding:library:1.3.3'
|
||||||
implementation 'com.android.support:support-annotations:27.0.2'
|
implementation 'com.android.support:support-annotations:27.0.2'
|
||||||
implementation 'com.commonsware.cwac:crossport:0.2.1'
|
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.getbase:floatingactionbutton:1.10.1'
|
||||||
implementation 'com.google.dagger:dagger:2.14.1'
|
implementation 'com.google.dagger:dagger:2.14.1'
|
||||||
implementation 'net.sourceforge.streamsupport:android-retrofuture:1.6.0'
|
implementation 'net.sourceforge.streamsupport:android-retrofuture:1.6.0'
|
||||||
|
@ -7,7 +7,6 @@ import android.os.Handler;
|
|||||||
import android.os.Looper;
|
import android.os.Looper;
|
||||||
import android.preference.PreferenceManager;
|
import android.preference.PreferenceManager;
|
||||||
|
|
||||||
import com.gabrielittner.threetenbp.LazyThreeTen;
|
|
||||||
import com.wireguard.android.backend.Backend;
|
import com.wireguard.android.backend.Backend;
|
||||||
import com.wireguard.android.backend.WgQuickBackend;
|
import com.wireguard.android.backend.WgQuickBackend;
|
||||||
import com.wireguard.android.configStore.ConfigStore;
|
import com.wireguard.android.configStore.ConfigStore;
|
||||||
@ -47,7 +46,6 @@ public class Application extends android.app.Application {
|
|||||||
.applicationModule(new ApplicationModule(this))
|
.applicationModule(new ApplicationModule(this))
|
||||||
.build();
|
.build();
|
||||||
component.getTunnelManager().onCreate();
|
component.getTunnelManager().onCreate();
|
||||||
LazyThreeTen.init(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApplicationScope
|
@ApplicationScope
|
||||||
|
Loading…
Reference in New Issue
Block a user