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

chore: AGP 8 support #819

Closed
wants to merge 3 commits into from
Closed

chore: AGP 8 support #819

wants to merge 3 commits into from

Conversation

Brazol
Copy link
Contributor

@Brazol Brazol commented Dec 31, 2024

This pull request includes several updates to the Android build configurations and dependencies, as well as some Dart code improvements. The most important changes include upgrading the Gradle and Android SDK versions, updating dependencies, and making code adjustments to align with the new versions.

Build configuration updates:

  • Upgraded compileSdkVersion to 35 and updated sourceCompatibility and targetCompatibility to Java 17 in multiple build.gradle files. [1] [2] [3]
  • Updated Gradle wrapper distribution URL to use version 8.4. [1] [2]
  • Upgraded Android Gradle plugin to version 8.3.1 in multiple build.gradle files. [1] [2] [3]

Dependency updates:

  • Updated stream_chat_flutter dependency to version 9.0.0 in pubspec.yaml.
  • Updated thermal dependency to version 1.1.10 in pubspec.yaml.

Code improvements:

  • Replaced whereNotNull with nonNulls in open_api_extensions.dart.
  • Added null safety check for Bitmap.createBitmap in CircleTransform.kt.

Manifest file adjustments:

@Brazol Brazol closed this Jan 2, 2025
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