-
Notifications
You must be signed in to change notification settings - Fork 12
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
[dev 4.0.1 -> staging] Add namespace support for Android #107
Conversation
* Add conditional namespace to support gradle 8 * Use git as pub resource * Revert "Use git as pub resource" This reverts commit 027911d. * fix * fix * fix * Revert "fix" This reverts commit 2a5a804. * Revert "fix" This reverts commit fbee65b. * Revert "fix" This reverts commit 746c0ca. * Revert "Revert "Use git as pub resource"" This reverts commit 4b7485e. * Revert "Use git as pub resource" This reverts commit 027911d.
…s and Update issue_template (#106) * bump the major version to 4.0.0 (to include Android SDK 3.0.0 and iOS SDK 5.0.0) * specify the ios version * update CI to use Xcode 15.0.1 * fix CI syntax issue * draft * cleanup * update API doc * address review comments * address a review comment * correct timeout accuracy * Update FlutterAEPCorePlugin.m * feat: ⬆️ messaging api changes * Update EdgeBridge sample app and readme Update EdgeBridge sample app and readme * refactor: ♻️ rename edge event type for messaging * chore: reenable messaging * fix: 🐛 fixes for messaging * disable unit tests * docs: 📝 remove beta language from messaging docs * Update README for Privacy Manifest changes (#100) * update main README to show information about "Privacy Manifest" * fix: 🐛 fix oncontentloaded to be android only * Update Flutter version for the plugins, update sample app gradle files and update issue_template Update Flutter version for the plugins Update sample app gradle files Update issue_template --------- Co-authored-by: yansong <[email protected]> Co-authored-by: dsoffiantini <[email protected]>
update ci java-version
@cacheung |
remove and gitignore pubspec.lock in the plugins
* update issue template description update issue template description * update bug_report.yml update bug_report.yml
.github/workflows/dart.yml
Outdated
@@ -44,14 +44,14 @@ jobs: | |||
|
|||
- uses: maxim-lobanov/setup-xcode@v1 | |||
with: | |||
xcode-version: "15.0.1" | |||
xcode-version: "15.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we changing this? We should build on the earliest version we support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update the versions for all the plugins to 3
Update android project gradle version
migration doc update
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: