Skip to content

tauri-mobile v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 15:52
2532665

[0.3.0]

  • This change manually instructs Java and Kotlin to use/generate code for the same JVM target.
    • fee2f07 Update build.gradle.kts.hbs to fix Kotlin incorrect version usage (#122) on 2023-03-25
  • Remove libgcc redirect to libunwind workaround for NDK 23 and higher
    • 51a5072 refactor: remove libunwind workaround for ndk (#125) on 2023-03-29
  • Use signed apks if signing is configured in the gradle project.
    • 2d37899 feat: handle signed apks (#124) on 2023-03-29
  • Build only specified rust targets for cargo android apk build and cargo android aab build instead of all.
    • ecb56d8 fix: only build specified rust targets for aab/apk build (#128) on 2023-04-04