Skip to content

Commit 13a7376

Browse files
feat(github): android sync (#265)
* feat(github): files to exclude * feat(github): persona sdk package regex
1 parent 5af30dd commit 13a7376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-android-synchronization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ jobs:
5959
--exclude '.gitignore' \
6060
--exclude 'LICENSE' \
6161
--exclude 'README.md' \
62+
--exclude 'version.properties' \
6263
6364
- name: Apply changes to Kotlin files
6465
working-directory: target
6566
run: |
6667
find . -type f \( -name '*.kts' -o -name '*.kt' \) -exec sed -i \
6768
-e 's|https://api.rees46.com/|https://api.personaclick.com/|g' \
69+
-e 's/com.rees46:rees46-sdk/com.personaclick:personaclick-sdk/g' \
6870
-e 's/api.rees46.com/api.personaclick.com/g' \
6971
-e 's/rees46.com/personaclick.com/g' \
7072
-e 's/rees46/personaClick/g' \

0 commit comments

Comments
 (0)