Quellcode durchsuchen

project: Remove currently-unused library

Signed-off-by: Samuel Holland <samuel@sholland.org>
master
Samuel Holland vor 6 Jahren
Ursprung
Commit
dd69a2e778
2 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. +0
    -1
      app/build.gradle
  2. +0
    -2
      app/src/main/java/com/wireguard/android/Application.java

+ 0
- 1
app/build.gradle Datei anzeigen

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


+ 0
- 2
app/src/main/java/com/wireguard/android/Application.java Datei anzeigen

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


Laden…
Abbrechen
Speichern