Hi all,
For those of you who build App Inventor on Windows, we're looking for folks to test compiling the SDK 35 update. You can get the changes from this pull request:
mit-cml:ucr
← SusanRatiLane:techdebt/sdk-35-update
opened 04:46PM - 09 Jun 25 UTC
<!--
Thanks for contributing a pull request to MIT App Inventor. Please answer … the following questions to help us review your changes.
-->
General items:
- [X] `ant tests` passes on my machine (Note: Android tests verified only)
<!--
This section pertains to changes to the components module that affect the code running on the Android device.
-->
If your code changes how something works on the device (i.e., it affects the companion):
- [X] I branched from `ucr`
- [X] My pull request has `ucr` as the base
Further, if you've changed the blocks language or another user-facing designer/blocks API (added a SimpleProperty, etc.):
- [X] I have updated the corresponding version number in appinventor/components/src/.../common/YaVersion.java
- [ ] I have updated the corresponding upgrader in appinventor/appengine/src/.../client/youngandroid/YoungAndroidFormUpgrader.java (components only)
- [ ] I have updated the corresponding entries in appinventor/blocklyeditor/src/versioning.js
<!--
This section pertains to changes that affect appengine, blocklyeditor (except changes to block semantics), buildserver, components (but not changes to runtime), and docs.
-->
What does this PR accomplish?
<!--
Please describe below why the PR is needed, what it adds/fixes, etc.
--->
This PR updates the Android build SDK target to 35
<!--
If this fixes a known issue, please note it here (otherwise, delete)
-->
Fixes # .
<!--
If this resolves an enhancement/feature request issue, please note it here (otherwise, delete)
-->
Resolves # .
If you run into any issues with the updated binaries, please make a comment on the PR.
3 Likes