Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 29 May 19:16

What's Changed

  • build: modernize codebase targets and refactor file pickers
    • Upgrade compilation and target SDK to Android 15 (API 35).
    • Unify compilation targets to JDK 17, updating compileOptions, kotlinOptions, and jvmToolchain.
    • Modernize plugins: upgrade Kotlin to 2.0.21 and apply integrated Compose Compiler plugin.
    • Refactor file pickers in HomeScreen and AppPatcherCard to use modern type-safe Activity Contracts (OpenDocument and OpenMultipleDocuments).
    • Address SDK 35 nullability compilation issues in AppPatcher and AppSelectScreen.
      (by @Tenshou170 in de899ce)