Skip to content

Update dependencies - #367

Open
simolus3 wants to merge 1 commit into
mainfrom
update-deps
Open

Update dependencies#367
simolus3 wants to merge 1 commit into
mainfrom
update-deps

Conversation

@simolus3

@simolus3 simolus3 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This updates dependencies and fixes a few deprecation warnings:

  • Update Kotlin to 2.4.10, the latest version.
  • Update to Android SDK version 37.
  • Remove unused uuid library dependencies (Kotlin has a builtin uuid type now, also we're not using that library at all).
  • For Compose Multiplatform dependencies, avoid deprecated imports from Gradle plugin in favor of manual dependencies.
  • Remove dependency on external material icons dependency, the recommended approach is to add icons as resources instead.

I have tested the supabase demo on Android with these changes.

}

else -> {
if (parameter != null) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We handle a null case above, so this always evaluates to true.

@simolus3
simolus3 requested a review from Manrich121 August 10, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant