cozy / cozy-flagship-app

GNU Affero General Public License v3.0
9 stars 1 forks source link

fix: Fail to assemble release due to react-native-gzip #1229

Closed zatteo closed 3 months ago

zatteo commented 3 months ago

It seems that these two lines are not needed anymore since we updated to React Native 0.72, AGP 7 & Gradle 8.

Error encountered during ./gradlew assembleRelease --no-daemon : Reason: Task ':fengweichong_react-native-gzip:copyReleaseJniLibsProjectAndLocalJars' uses this output of task ':@fengweichong_react-native-gzip:stripReleaseDebugSymbols' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

### ✨ Features

*

### 🐛 Bug Fixes

*

### 🔧 Tech

* Fail to assemble release due to react-native-gzip

Checklist

Before merging this PR, the following things must have been done if relevant: