Skip to content

Commit

Permalink
Removed touchscreen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker committed Nov 3, 2016
1 parent 2c355ce commit 4153bf8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*.jar
*.war
*.ear
*.apk

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Binary file modified app/app-release.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.felkertech.ussenterprise"
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -24,8 +24,8 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:leanback-v17:24.2.1'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:leanback-v17:25.0.0'
compile 'com.github.fleker:settingsmanager:1.3.5'

testCompile 'junit:junit:4.12'
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
package="com.felkertech.ussenterprise">

<!-- Only needed for Android TV -->
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="android.software.leanback"
android:required="true" />
android:required="false" />

<!-- To add a Wi-Fi network and connect to it -->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down
Binary file added promo/banner720.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added promo/feature_graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added promo/feature_graphic.psd
Binary file not shown.

0 comments on commit 4153bf8

Please sign in to comment.