-
Notifications
You must be signed in to change notification settings - Fork 5
Upgrading fred
DC* edited this page Jul 2, 2022
·
2 revisions
Fred is pulled via build.gradle
so once a new fred version is ready to release a tag is created for it, usually build01234.
It can be pulled into the project this way:
- Update the build via build.gradle file:
// Freenet dependencies
api('com.github.freenet:fred:build01494') {
exclude group: 'org.freenetproject', module: 'freenet-ext'
}
Build the project locally and run tests.
- Create PRs for each main branches:
- 0.x
- 1.x
- 2.x
Review and merge.
- Check jitpack (https://jitpack.io/#freenet-mobile/node-wrapper/0.11) that builds the package.