Skip to content

Commit

Permalink
BraveNewPipe: use bravify task to alter strings sourcecode before bui…
Browse files Browse the repository at this point in the history
…lding
  • Loading branch information
evermind-zz committed Nov 10, 2023
1 parent 91ffdb4 commit 827310d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cache: 'gradle'

- name: Build debug APK and run jvm tests
run: ./gradlew assembleDebug lintBraveDebug testBraveDebugUnitTest --stacktrace -DskipFormatKtlint
run: ./gradlew bravify assembleDebug lintBraveDebug testBraveDebugUnitTest --stacktrace -DskipFormatKtlint

- name: Upload APK
uses: actions/upload-artifact@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle

- name: Rename strings from NewPipe to BraveNewPipe
run: ./gradlew bravify

- name: Build Project
run: ./gradlew assemble

Expand Down

0 comments on commit 827310d

Please sign in to comment.