Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Jetpack Compose? #30

Open
wtimme opened this issue Jul 11, 2023 · 0 comments
Open

Using Jetpack Compose? #30

wtimme opened this issue Jul 11, 2023 · 0 comments

Comments

@wtimme
Copy link
Collaborator

wtimme commented Jul 11, 2023

According to the documentation,

Jetpack Compose is Android’s recommended modern toolkit for building native UI.
It simplifies and accelerates UI development on Android.
Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.

I've made first steps with Jetpack Compose in Chord Reader 2 (on a local branch). In order to be able to use Jetpack Compose, it looks like we need to bump the following versions:

  • compileSdkVersion to 33 (currently: 32)
  • minSdkVersion to 21 (currently: 19)
  • targetSdkVersion to 33 (currently: 32)

Since I'm new to Android development, I am not sure whether there are workarounds for this, or if this is unavoidable.

@AndInTheClouds, what's your take on this? Do you think we could bump the versions so that we can use Jetpack Compose?

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

No branches or pull requests

1 participant