Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 10 forks source link

Gradle 8.5 #1307

Closed HonzaR closed 10 months ago

HonzaR commented 11 months ago

For Gradle itself:

  1. Update the Gradle version in gradle/wrapper/gradle-wrapper.properties
  2. Update the Gradle SHA in gradle/wrapper/gradle-wrapper.properties
  3. Update the Gradle wrapper by running ./gradlew wrapper --write-locks
  4. Verify no unexpected entries appear in the lockfiles. A supply chain attack could occur during this stage. The lockfile narrows the supply chain attack window to this very moment (as opposed to every time a build occurs)
  5. Are there any new APIs or possible migrations?