mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
12 lines
218 B
Markdown
12 lines
218 B
Markdown
# Build
|
|
|
|
`./gradlew build`
|
|
|
|
# Move
|
|
|
|
`mv lib/build/libs/wire-handler-1.0.0.jar .`
|
|
|
|
# Update Signal project
|
|
|
|
If version or name changed, update `build.gradle` with new wire-handler jar path in `buildScript/dependencies`
|