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

Fix: Resolve compilation issues in SDK and main.dart #160

Merged

Conversation

singladrenda
Copy link
Contributor

Pull Request Title

"Fix: Update Gradle build configuration and main.dart to resolve compilation issues"

Pull Request Description

Summary:

  • Updated compileSdkVersion, minSdkVersion, and buildToolsVersion in the Gradle build configuration to ensure compatibility with newer versions.
  • Added required dependencies and updated the build.gradle file.
  • Fixed compilation issues in main.dart by defining a basic MaterialApp and setting up initial routes.

Details:

  • Gradle Changes:

    • Set compileSdkVersion to 34 and buildToolsVersion to '34.0.0'.
    • Updated Gradle Plugin version to 8.1.0.
    • Configured minSdkVersion to 21.
  • Dart Changes:

    • Implemented MyApp in main.dart.

@zihejia zihejia self-requested a review September 10, 2024 18:19
Copy link
Contributor

@zihejia zihejia left a comment

Choose a reason for hiding this comment

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

Thanks @singladrenda !

@zihejia zihejia merged commit a0445d8 into mixpanel:main Sep 10, 2024
2 of 3 checks passed
@zihejia zihejia added the enhancement New feature or request label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants