From b579c23e08d7baeb998592046a56f1c73e71a132 Mon Sep 17 00:00:00 2001 From: CWA Technical User <67319337+Corona-Warn-App-Technical-User@users.noreply.github.com> Date: Mon, 12 Apr 2021 17:05:20 +0200 Subject: [PATCH] Protocol Buffer update for release 2.0.x at Mon Apr 12 10:03:52 UTC 2021 (#2804) Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com> --- .../src/main/proto/internal/pt/qr_code_poster_template.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto b/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto index 6fdbbcdd9..65363477a 100644 --- a/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto +++ b/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto @@ -36,6 +36,7 @@ message QRCodePosterTemplateIOS { uint32 qrCodeSideLength = 4; QRCodeTextBoxIOS descriptionTextBox = 5; + QRCodeTextBoxIOS addressTextBox = 6; message QRCodeTextBoxIOS { uint32 offsetX = 1; -- GitLab