Update device-transfer app build to work with the latest libsignal

This commit is contained in:
Chris Eager
2022-06-17 10:54:03 -07:00
committed by Cody Henthorne
parent 53c60e1f6d
commit 05b7055678
5 changed files with 22 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/enable_permission" />
app:layout_constraintTop_toBottomOf="@+id/libsignal_version" />
<Button
android:id="@+id/start_client"
@@ -55,4 +55,13 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/start_server" />
<TextView
android:id="@+id/libsignal_version"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="libsignal: unknown"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/enable_permission" />
</androidx.constraintlayout.widget.ConstraintLayout>