File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ under the License.
2323 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
2424 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
2525
26+ <!--
27+ In order to be visible for Android TV devices in the store, we MUST declare touchscreen
28+ as optional
29+ -->
30+ <uses-feature
31+ android : name =" android.hardware.touchscreen"
32+ android : required =" false" />
33+
2634 <application >
2735 <activity
2836 android : name =" ie.macinnes.tvheadend.DevTestActivity"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:2.2.3 '
9+ classpath ' com.android.tools.build:gradle:2.3.0 '
1010 classpath ' com.google.gms:google-services:3.0.0'
1111 classpath ' org.ajoberstar:grgit:1.4.+'
1212
Original file line number Diff line number Diff line change 1- # Mon Oct 03 12:34:39 IST 2016
1+ # Mon Mar 06 18:51:21 GMT 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
You can’t perform that action at this time.
0 commit comments