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

Release v2.0.0 #48

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

Release v2.0.0 #48

wants to merge 226 commits into from

Conversation

shreyashsaitwal
Copy link
Owner

@shreyashsaitwal shreyashsaitwal commented Nov 13, 2022

No description provided.

shreyashsaitwal and others added 30 commits August 20, 2021 14:04
BREAKING CHANGES:
  * dropped support for defining deps using the old way (- example.jar)
  * JARs in {project_root}/deps dir are now no longer added to the compile
    classpath automatically
  * to add runtime + compile-time deps: `- implement: 'foo.bar:bar:0.1'` or
    `- implement: 'bar-0.1.jar'` for local dep
  * to add compile-time deps: `- compile_only: 'foo.bazz:bazz:1.0'`

See also: https://github.com/shreyashsaitwal/rush-resolver
BREAKING CHANGE:
* version field in the metadata file is now a string scalar representing version
  name. Version number will automatically increment on every release build.
BREAKING CHANGES:
  * all extension classes now need to be annotated with the new @meta annotation
  * rush.yml: removed name, description, assets.icon fields (replaced by @meta
        annotation) and replaced min_sdk, build.kotlin and build.desugar fields
        with android.min_sdk, kotlin and desugar fields respectively
  * removed --release and --support-lib flags
* Added video tutorial for rush installation.

* Update README.md
…rdinate

  * Versions with square brackets usually appear in transitive dependency coordinates
shreyashsaitwal and others added 24 commits June 7, 2023 19:50
No need to write different rules for every single component or helper classes. It will keep all component & helper classes for any project.
* 🔨 Pass local configuration to D8 execution

* 🔨 Specify minimum SDK for the bytecode is being generated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This pull request fixes some bug(s) enhancement New feature or request
Projects
None yet
4 participants