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

docs: add kotlin version setup for flutter_core and guides #368

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

saksham-gt
Copy link
Contributor

No description provided.

Copy link

Deploying dyte-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 968eba4
Status: ✅  Deploy successful!
Preview URL: https://c393b388.dyte-docs.pages.dev
Branch Preview URL: https://flutter-android-setup.dyte-docs.pages.dev

View logs

Comment on lines +74 to +85
Set `compileSdkVersion 33` and `minSdkVersion 21` inside `build.gradle` file at the `<project root>/android/app/build.gradle` file.

```kotlin
defaultConfig {
...

compileSdkVersion 33
minSdkVersion 21

...
}
```
Copy link
Contributor

@swapnilmadavi swapnilmadavi Jul 4, 2024

Choose a reason for hiding this comment

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

(suggestion): Setting compileSdkVersion and especially minSdkVersion should be client's call.
We can inform clients that our SDK supports/requires

  • minSdkVersion 21 or higher &
  • compileSdkVersion 33 or higher

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.

None yet

2 participants