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(android): build fails in Flutter 3.24.x for compileSdk < 31 #118

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

KingkorAtMaxint
Copy link
Contributor

Fixes #114

@KingkorAtMaxint KingkorAtMaxint changed the base branch from master to dev September 20, 2024 06:05
@KingkorAtMaxint
Copy link
Contributor Author

KingkorAtMaxint commented Sep 20, 2024

Temporarily this can be used to let the build succeed in your app (if using Flutter 3.24.x)

dependencies:
  adapty_flutter:
    git:
      url: https://github.com/maxint-app/AdaptySDK-Flutter.git
      ref: fix/flutter-3.24.3-android-build-fails
  adapty_ui_flutter: ^2.1.3

dependency_overrides:
  adapty_flutter:
    git:
      url: https://github.com/maxint-app/AdaptySDK-Flutter.git
      ref: fix/flutter-3.24.3-android-build-fails

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.

Android Release Build Fails On Flutter 3.24.0
1 participant