diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 97fa53e..e5f512e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,11 +4,11 @@ plugins { } android { - namespace = "com.nodecast.tv" + namespace = "dev.castarr.tv" compileSdk = 35 defaultConfig { - applicationId = "com.nodecast.tv" + applicationId = "dev.castarr.tv" minSdk = 23 targetSdk = 35 versionCode = 1 @@ -32,6 +32,7 @@ android { allWarningsAsErrors = true } + lint { // Media3's UI classes are @UnstableApi; the opt-in lint check would // otherwise fail release builds. @@ -49,3 +50,9 @@ dependencies { implementation("org.nanohttpd:nanohttpd-websocket:2.3.1") implementation("com.google.zxing:core:3.5.3") } + +// Full JDK for javac via toolchain (host may only have a JRE); resolved by +// the foojay convention plugin in settings. +kotlin { + jvmToolchain(17) +} diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 177a50a..69c9686 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:usesCleartextTraffic="true" - android:theme="@style/Theme.NodeCast"> + android:theme="@style/Theme.Castarr"> -NodeCast Remote +Castarr Remote