Skip to content

Commit 9b600b6

Browse files
authored
Merge pull request #148 from kiall/studio-2.3
Updates for Studio 2.3
2 parents 30e6b1c + 78219c8 commit 9b600b6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

app/src/debug/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 03 12:34:39 IST 2016
1+
#Mon Mar 06 18:51:21 GMT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)