Skip to content

Commit

Permalink
Set portrait to not required, for TV store listing
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Jun 19, 2015
1 parent 6abd6d2 commit fe39e3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
versionCode 87
versionName '3.1.2'
versionCode 88
versionName '3.1.3'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
android:name="android.hardware.touchscreen"
android:required="false" />

<uses-feature
android:name="android.hardware.screen.portrait"
android:required="false" />

<!-- TV -->
<uses-feature
android:name="android.software.leanback"
Expand Down

0 comments on commit fe39e3d

Please sign in to comment.