Removed unused library

This commit is contained in:
Michael Schättgen 2018-04-05 12:45:12 +02:00
parent ec9581e0c4
commit 22b3ca1dae
2 changed files with 0 additions and 3 deletions

View file

@ -41,6 +41,5 @@ dependencies {
compile 'com.madgag.spongycastle:core:1.56.0.0' compile 'com.madgag.spongycastle:core:1.56.0.0'
compile 'com.github.apl-devs:appintro:v4.2.2' compile 'com.github.apl-devs:appintro:v4.2.2'
compile 'com.getbase:floatingactionbutton:1.10.1' compile 'com.getbase:floatingactionbutton:1.10.1'
compile 'com.github.aakira:expandable-layout:1.6.0@aar'
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
} }

View file

@ -21,8 +21,6 @@ import android.widget.RelativeLayout;
import android.widget.Spinner; import android.widget.Spinner;
import com.amulyakhare.textdrawable.TextDrawable; import com.amulyakhare.textdrawable.TextDrawable;
import com.github.aakira.expandablelayout.ExpandableLinearLayout;
import com.github.aakira.expandablelayout.ExpandableRelativeLayout;
import me.impy.aegis.R; import me.impy.aegis.R;
import me.impy.aegis.crypto.KeyInfo; import me.impy.aegis.crypto.KeyInfo;