Skip to content

Commit

Permalink
Merge pull request #58 from adobe/rymorale-patch-1
Browse files Browse the repository at this point in the history
Update version.sh
  • Loading branch information
rymorale authored Jun 21, 2024
2 parents c066416 + 68b9369 commit 7bbb0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GRADLE_PROPERTIES_FILE=$ROOT_DIR"/code/gradle.properties"

# NotificationBuilder files
NOTIFICATIONBUILDER_CONSTANTFILE=$ROOT_DIR"/code/notificationbuilder/src/main/java/com/adobe/marketing/mobile/notificationbuilder/NotificationBuilder.kt"
NOTIFICATIONBUILDER_CONSTANTFILE_VERSION_REGEX="^ +const val VERSION *= *"
NOTIFICATIONBUILDER_CONSTANTFILE_VERSION_REGEX="^ +private const val VERSION *= *"

help()
{
Expand Down Expand Up @@ -134,4 +134,4 @@ then
else
verify
fi
echo "$LINE"
echo "$LINE"

0 comments on commit 7bbb0de

Please sign in to comment.