Skip to content

Commit

Permalink
Remove leanback related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MizzleDK committed Feb 2, 2016
1 parent 65d22cb commit 9dbe4dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" >

<uses-library android:name="android.test.runner" />
Expand Down Expand Up @@ -61,10 +60,6 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>

<!-- ImageViewer activity -->
Expand Down

0 comments on commit 9dbe4dc

Please sign in to comment.