Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dataconnect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
FDC_JAVA_VERSION: ${{ inputs.javaVersion || '17' }}
FDC_ANDROID_EMULATOR_API_LEVEL: ${{ inputs.androidEmulatorApiLevel || '34' }}
FDC_NODEJS_VERSION: ${{ inputs.nodeJsVersion || '20' }}
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.12.0' }}
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.15.1' }}
FDC_FIREBASE_TOOLS_DIR: /tmp/firebase-tools
FDC_FIREBASE_COMMAND: /tmp/firebase-tools/node_modules/.bin/firebase
FDC_PYTHON_VERSION: ${{ inputs.pythonVersion || '3.13' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dataconnect_demo_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
FDC_NODE_VERSION: ${{ inputs.nodeVersion || '20' }}
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.12.0' }}
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '14.15.1' }}
FDC_JAVA_VERSION: ${{ inputs.javaVersion || '17' }}
FDC_FIREBASE_TOOLS_DIR: ${{ github.workspace }}/firebase-tools
FDC_FIREBASE_COMMAND: ${{ github.workspace }}/firebase-tools/node_modules/.bin/firebase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"defaultVersion": "2.11.0",
"defaultVersion": "2.12.0",
"versions": [
{
"version": "1.3.4",
Expand Down Expand Up @@ -936,6 +936,60 @@
"os": "linux",
"size": 29159608,
"sha512DigestHex": "af3bad81cc0c0d822a75381db06d4b191c64dd73abdcbd368830e736574b7212d22a3a87c74ce52adee3ca9630876da7b600f8c31f1498d4a76359e51f872a39"
},
{
"version": "2.11.1",
"os": "windows",
"size": 29841920,
"sha512DigestHex": "0f1a200157cbfbe61e8d7c292f9f152bc0eccb58b3fd16c8996ffca157966d18b369f0325eeeb4c853d68d74801908fee89f3fed1fbacfcee8f032d1883b3cad"
},
{
"version": "2.11.1",
"os": "macos",
"size": 29352800,
"sha512DigestHex": "6dc4d2515b8235fe35d9027d54e5d460ebf1b41ba577c9ccc710a94ef89e95cddac26753c6b9a86b00950ba60fb6b7b24730d42832a7ae5c378492f0b4b80d69"
},
{
"version": "2.11.1",
"os": "linux",
"size": 29282488,
"sha512DigestHex": "a8b315a858c341ec210e4732f928f4145f1c7d132351ea84ce0217d0e9ac7fc1226049c2ae08fe6f02bbe817807857cd3425864c1ad8ac7fa1bacf3d54b14698"
},
{
"version": "2.11.2",
"os": "windows",
"size": 29934592,
"sha512DigestHex": "4f23cad7208f84508a597b4675783cafebab074efa203013fff14a0870e6a5a6c2db4b4c7600a3058a19973dbe78fb8089f25b08bcbf55ead008af57868e705f"
},
{
"version": "2.11.2",
"os": "macos",
"size": 29447008,
"sha512DigestHex": "280bac276b2770582706f0f8694c2d51b438472c98f935a30534b0b7bffe711cedd7ce49548b04528a51e2491d20993a9c272485ece7be25246661dc5f1ad879"
},
{
"version": "2.11.2",
"os": "linux",
"size": 29368504,
"sha512DigestHex": "4cd8e86467238c03a4ab54a770fd1e69b8abfccfd15d160e21adb4fbf3eb6d145e912a3a0bc65db779683e5c084637299df92e396707c2cbb52ec2c2d1161cc0"
},
{
"version": "2.12.0",
"os": "windows",
"size": 29936128,
"sha512DigestHex": "97fd6278c45fe03ff33a886be3e1ca743c0a965cb5dddf0ad63038738ea46b1a68a72b2a64487df25bd46a0916fedcbc6e21bf3228831a978e28325e356871a5"
},
{
"version": "2.12.0",
"os": "macos",
"size": 29447008,
"sha512DigestHex": "7e8041b163bcbda7a99dd75db65e87e7347169e2d3cc9f9dd047b1db76e088d988de544841795b7cae79fac676520361e1e0545f92d5ab75f7c583342a2e9ec2"
},
{
"version": "2.12.0",
"os": "linux",
"size": 29372600,
"sha512DigestHex": "caca15808010440226cb75853d1539291c69f0377f2973a03c53fbd9861142242842f954f60024c8db91c8221d66a7f824bd15c5b52a8a67c33a153ce8868808"
}
]
}
Loading