Skip to content

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:

  1. 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.

  1. Create PRs for each main branches:
  • 0.x
  • 1.x
  • 2.x

Review and merge.

  1. Create a new release via Github: https://github.com/freenet-mobile/node-wrapper/releases/new

  2. Check jitpack (https://jitpack.io/#freenet-mobile/node-wrapper/0.11) that builds the package.

Clone this wiki locally