Skip to content

Commit

Permalink
android tv support
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaldus committed Jun 1, 2024
1 parent 1acdc8d commit a92a055
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "it.eja.surf"
minSdk = 24
targetSdk = 34
versionCode = 15
versionName = "3.5.29"
versionCode = 16
versionName = "3.6.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -68,4 +68,4 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
}
}
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<application
android:allowBackup="false"
android:hardwareAccelerated="true"
android:banner="@drawable/banner"
android:icon="@drawable/logo"
android:label="ejaSurf"
android:supportsRtl="true"
Expand All @@ -16,10 +17,11 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>
<meta-data
android:name="android.webkit.WebView.MetricsOptOut"
android:value="true" />
</application>
</manifest>
</manifest>
Binary file added app/src/main/res/drawable/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a92a055

Please sign in to comment.