Commit Graph

12 Commits

Author SHA1 Message Date
Niels van Velzen
acf8af6441 Use Java 21 in jvm toolchain 2024-10-15 17:54:32 +02:00
Niels van Velzen
af1a069610 Show UI mode notification on startup screen 2023-07-01 15:33:23 +02:00
David Fairbrother
4bb2158cc0 Use JDK toolchains to explicitly use JDK 17
Explicitly mark that we want version 17 of the JDK as the compiler. Previously
we implicitly relied on Gradle getting this right. This means devs and
CI will all use the same JDK explicitly rather than implicitly.

Pin the target JDK version in build.gradle.kts, this should apply to all
targets (including Kotlin) to version 1.8 to maintain compatibility with
older devices
2023-04-13 21:56:26 +02:00
Niels van Velzen
ced03b82de
Move Gradle plugins to plugin catalog (#1296)
* Move Gradle plugins to plugin catalog

* Fix linter config for playback module
2021-12-19 14:44:28 +01:00
Niels van Velzen
a292045091 Show licenses from used libraries 2021-10-21 17:43:12 +02:00
Niels van Velzen
2859b7f2b6 Update Android Gradle Plugin to 7.0.2 2021-09-30 13:42:23 +02:00
Niels van Velzen
6f3943cdb5
Add (empty) playback module and CODEOWNERS (#1072)
* Add (empty) playback module

* Add CODEOWNERS file
2021-08-08 17:28:56 +02:00
Niels van Velzen
01db6e195b Refactor build scripts for consistency with jellyfin-sdk-kotlin 2021-07-08 22:33:05 +02:00
Niels van Velzen
e25f5a0693 Prepare Gradle build scripts for new publish CI
- Removes proguard (unused)
- Make output APK name consistent with jellyfin-android
- Add versionTxt task
- Add release signing configuration
2021-06-09 23:15:33 +02:00
Niels van Velzen
a5cae1ebd6 Prefer Maven Central repository 2021-04-26 22:29:16 +02:00
Niels van Velzen
bda73e9386 Slightly change build files to be more consistent with Android mobile app.
- Updated apiclient
- Changed how version is set
- Updated getVersionCode function to support RC etc.
- Updated Dependency Substitution code after review in Android mobile repo
2020-09-12 12:46:44 +02:00
Niels van Velzen
b2e73a1d5d Set app version from git tag 2020-08-20 19:02:12 +02:00