Skip to content

Commit

Permalink
Merge branch 'main' into toolbar-divider
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Oct 14, 2024
2 parents c18f406 + 2408780 commit 6454f80
Show file tree
Hide file tree
Showing 168 changed files with 4,378 additions and 1,848 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
custom: ['https://afdian.net/a/ashinch']
custom: ['https://ash7.io/sponsor']
github: [junkfood02]
25 changes: 25 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Run Unit Tests

on:
pull_request:

jobs:
test:

runs-on: ubuntu-latest
permissions:
contents: read

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Unit Test with Gradle Wrapper
run: ./gradlew test
4 changes: 2 additions & 2 deletions README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ F-Droid 版本与其他版本不兼容,您无法通过覆盖安装包来升级

[<img src="https://s1.ax1x.com/2023/01/12/pSnHqpQ.png"
alt="donate"
height="80">](https://afdian.net/a/ashinch)
height="80">](https://ash7.io/sponsor)

[感谢所有的爱与支持 ❤️](https://afdian.net/a/ashinch?tab=sponsor)
[感谢所有的爱与支持 ❤️](https://afdian.com/a/ashinch?tab=sponsor)

## 本地化

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ Choose the latest workflow from the GitHub Actions page and download the artifac

## Sponsorship

**Read You** is a free open source software that benefits from the open source community and every user can enjoy it's full functionality for free, so if you appreciate my current work, you can buy me a cup of coffee ☕️.
**Read You** is a free open source software that benefits from the open source community and every user can enjoy it's full functionality for free, so if you appreciate my current work, you can buy me a cup of coffee.☕️

[<img src="https://s1.ax1x.com/2023/01/12/pSnHqpQ.png" alt="donate" height="80">](https://afdian.net/a/ashinch)
[<img src="https://s1.ax1x.com/2023/01/12/pSnHqpQ.png" alt="donate" height="80">](https://ash7.io/sponsor)

Thanks for all the love and support ❤️
Thanks for all the love and support.❤️

## Localization

Expand Down
222 changes: 0 additions & 222 deletions app/build.gradle

This file was deleted.

Loading

0 comments on commit 6454f80

Please sign in to comment.