Skip to content

Disable Jetifier in gradle.properties for example projects#293

Merged
droibit merged 1 commit intodevelopfrom
feature/disable_jetifier
Jan 10, 2026
Merged

Disable Jetifier in gradle.properties for example projects#293
droibit merged 1 commit intodevelopfrom
feature/disable_jetifier

Conversation

@droibit
Copy link
Owner

@droibit droibit commented Jan 10, 2026

No description provided.

@droibit droibit added this to the 2.5.0 milestone Jan 10, 2026
@droibit droibit self-assigned this Jan 10, 2026
Copilot AI review requested due to automatic review settings January 10, 2026 11:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR disables the Jetifier tool in the Android Gradle properties for both example projects. Jetifier was used to migrate support library dependencies to AndroidX, but since this project exclusively uses AndroidX libraries, Jetifier is no longer necessary and can be safely disabled.

Changes:

  • Disabled Jetifier in both example projects by setting android.enableJetifier=false

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
flutter_custom_tabs_android/example/android/gradle.properties Changed android.enableJetifier from true to false
flutter_custom_tabs/example/android/gradle.properties Changed android.enableJetifier from true to false

@droibit droibit merged commit 29d297e into develop Jan 10, 2026
8 checks passed
@droibit droibit deleted the feature/disable_jetifier branch January 10, 2026 11:57
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