Commit Graph
4 Commits
Author SHA1 Message Date
robot f66e7efe2b fix(build): revert settings.gradle.kts to fully-qualified java.util.Properties
CI / Lint (pull_request) Successful in 19m20s
CI / Test (pull_request) Successful in 19m18s
CI / Build Android (pull_request) Failing after 37m50s
CI / Build iOS (pull_request) Canceled after 0s
The settings.gradle.kts pluginManagement block runs in a different
context where top-level imports are not available. Use fully-qualified
java.util.Properties() here while keeping explicit imports in
app/build.gradle.kts where they are required.
2026-08-01 21:43:28 +00:00
robot 350d554b45 fix(build): add explicit Kotlin imports for Properties/FileInputStream and fix signing config casts
CI / Lint (pull_request) Successful in 19m23s
CI / Test (pull_request) Successful in 19m19s
CI / Build Android (pull_request) Canceled after 25m23s
CI / Build iOS (pull_request) Canceled after 0s
- Add import statements for java.util.Properties and java.io.FileInputStream
  (newer Kotlin DSL requires explicit imports)
- Replace deprecated jvmTarget = JavaVersion.VERSION_17.toString() with "17"
- Replace unsafe 'as String' casts with Properties.getProperty() in signing config
- Fix same import issue in settings.gradle.kts
2026-08-01 20:39:01 +00:00
kfj001 58ea55f359 Updates build_whitelabel to regenerate album art for android auto app 2026-07-20 18:20:42 -07:00
kfj001 734c908c2a initial commit 2026-04-28 16:54:12 -07:00