We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87d492 commit 30039e8Copy full SHA for 30039e8
extract-expose-version.sh
@@ -6,6 +6,8 @@ if [ ! -f "app/build.gradle.kts" ]; then
6
exit 1
7
fi
8
9
+echo "EXPOSE_CODE is $EXPOSE_CODE, EXPOSE_NAME is $EXPOSE_NAME"
10
+
11
# Check if EXPOSE_CODE is true for extracting Android version code
12
if [ "$EXPOSE_CODE" = 'true' ]; then
13
# Extract Android version code as string
0 commit comments