Skip to content

feat: Migrate to Plugin DSL syntax #714

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

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

Conversation

Mastermind-sap
Copy link

Description

Makes the project support new syntax of gradle and build with newer flutter versions.

Proposed Changes

Fixes #693

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

Changes:
- Upgraded Gradle syntax to new Plugin DSL syntax
- Bumped AGP to 8.1.0, and kotlin version to 1.9.10
- Declared namespace "com.ccextractor.ultimate_alarm_clock"
- Upgraded outdated packages (`flutter pub upgrade --major-versions`)
- isar is starting to update currently switching to community fork version can be later switched back(isar/isar#1686 , https://github.com/isar-community/isar)
- Shake is not maintained (d3xvn/shake#34), used  shake_gesture instead
- Telephony (https://github.com/shounakmulay/Telephony) not maintained; Shifted to https://pub.dev/packages/flutter_background_messenger
@Mastermind-sap
Copy link
Author

@MarkisDev Could you please review this PR?

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.

Feature: Upgrade to plugins DSL syntax of gradle
1 participant