From 5d70370e4c6433832c8070f1b8813bbfb3cff70a Mon Sep 17 00:00:00 2001 From: Rahul Kumar Patel Date: Mon, 29 Mar 2021 04:39:07 +0530 Subject: [PATCH] Add Android TV banner --- app/build.gradle | 3 +- app/src/main/AndroidManifest.xml | 6 +- app/src/main/res/drawable/ic_tv_banner.xml | 156 +++++++++++++++++++++ 3 files changed, 163 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/drawable/ic_tv_banner.xml diff --git a/app/build.gradle b/app/build.gradle index 907d8c31b..b2e2186b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,7 +120,8 @@ dependencies { implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") //Arch LifeCycle - implementation("androidx.lifecycle:lifecycle-extensions:${versions.lifecycle}") + implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:${versions.lifecycle}") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:${versions.lifecycle}") implementation("androidx.lifecycle:lifecycle-viewmodel-savedstate:${versions.lifecycle}") diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1303c9ae6..a17512feb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -50,10 +50,14 @@ android:name="android.hardware.touchscreen" android:required="false" /> + + + ~ + ~ Aurora Store is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 2 of the License, or + ~ (at your option) any later version. + ~ + ~ Aurora Store is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with Aurora Store. If not, see . + ~ + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +