Skip to content

Commit 8e1be65

Browse files
authored
Verifies nanopb 0.3.9.5 update does not change generation (#5455)
1 parent 3d573f9 commit 8e1be65

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

Crashlytics/ProtoSupport/generate_crashlytics_protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
readonly DIR="$( git rev-parse --show-toplevel )"
2424

2525
# Current release of nanopb being used to build the CCT protos
26-
readonly NANOPB_VERSION="0.3.9.3"
26+
readonly NANOPB_VERSION="0.3.9.5"
2727
readonly NANOPB_TEMPDIR="${DIR}/Crashlytics/nanopb_temp"
2828

2929
readonly LIBRARY_DIR="${DIR}/Crashlytics/Crashlytics/"

Crashlytics/Protogen/nanopb/crashlytics.nanopb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.3 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "crashlytics.nanopb.h"
2121

Crashlytics/Protogen/nanopb/crashlytics.nanopb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb header */
18-
/* Generated by nanopb-0.3.9.3 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#ifndef PB_GOOGLE_CRASHLYTICS_CRASHLYTICS_NANOPB_H_INCLUDED
2121
#define PB_GOOGLE_CRASHLYTICS_CRASHLYTICS_NANOPB_H_INCLUDED

Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.3 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "firebasecore.nanopb.h"
2121

Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb header */
18-
/* Generated by nanopb-0.3.9.3 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#ifndef PB_LOGS_PROTO_MOBILESDK_IOS_FIREBASECORE_NANOPB_H_INCLUDED
2121
#define PB_LOGS_PROTO_MOBILESDK_IOS_FIREBASECORE_NANOPB_H_INCLUDED

Firebase/CoreDiagnostics/ProtoSupport/generate_nanopb_protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
readonly REPO_DIR="$( git rev-parse --show-toplevel )"
2424

2525
# Current release of nanopb being used to build the CCT protos
26-
readonly NANOPB_VERSION="0.3.9.3"
26+
readonly NANOPB_VERSION="0.3.9.5"
2727
readonly NANOPB_TEMPDIR="$(mktemp -d)"
2828

2929
readonly LIBRARY_DIR="${REPO_DIR}/Firebase/CoreDiagnostics/FIRCDLibrary"

FirebaseInAppMessaging/Analytics/Protogen/nanopb/fiam.nanopb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.3 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "fiam.nanopb.h"
2121

FirebaseInAppMessaging/Analytics/Protogen/nanopb/fiam.nanopb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb header */
18-
/* Generated by nanopb-0.3.9.3 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#ifndef PB_LOGS_PROTO_FIREBASE_INAPPMESSAGING_FIAM_NANOPB_H_INCLUDED
2121
#define PB_LOGS_PROTO_FIREBASE_INAPPMESSAGING_FIAM_NANOPB_H_INCLUDED

FirebaseInAppMessaging/ProtoSupport/generate_nanopb_protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
readonly REPO_DIR="$( git rev-parse --show-toplevel )"
2424

2525
# Current release of nanopb being used to build the CCT protos
26-
readonly NANOPB_VERSION="0.3.9.3"
26+
readonly NANOPB_VERSION="0.3.9.5"
2727
readonly NANOPB_TEMPDIR="$(mktemp -d)"
2828

2929
readonly PROTO_DIR="${REPO_DIR}/FirebaseInAppMessaging/ProtoSupport/Protos"

GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/* Automatically generated nanopb constant definitions */
18-
/* Generated by nanopb-0.3.9.3 */
18+
/* Generated by nanopb-0.3.9.5 */
1919

2020
#include "cct.nanopb.h"
2121

0 commit comments

Comments
 (0)