From 9dbe4dc253ae6f958d7ad29a6ffcf04e24e1b63c Mon Sep 17 00:00:00 2001 From: Michell Bak Date: Tue, 2 Feb 2016 15:22:43 +0100 Subject: [PATCH] Remove leanback related stuff --- app/build.gradle | 1 - app/src/main/AndroidManifest.xml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8af8460c..4bbf247c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,6 @@ dependencies { compile 'com.squareup:otto:1.3.4' compile 'com.melnykov:floatingactionbutton:1.1.0' compile 'com.github.ksoichiro:android-observablescrollview:1.4.0' - //compile 'com.android.support:leanback-v17:21.0.3' compile 'com.jpardogo.materialtabstrip:library:1.0.7' compile files('libs/cling-core-1.0.5.jar') compile files('libs/cling-support-1.0.5.jar') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2bc3168e..d37a9155 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,7 +32,6 @@ android:label="@string/app_name" android:largeHeap="true" android:supportsRtl="true" - android:banner="@drawable/android_tv_banner" android:theme="@style/Mizuu.Theme" > @@ -61,10 +60,6 @@ - - - -