Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kotlin, Gradle and AndroidX Core #289

Merged
merged 6 commits into from
Apr 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Silence lint warning by removing unnessesary line
  • Loading branch information
PatrykMis committed Apr 13, 2023
commit c378a48a535cbf1e7f4ca0c1cab0ae15cd150a68
1 change: 0 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<string name="output_dir_bottom_sheet_change_dir">修改目录</string>
<string name="output_dir_bottom_sheet_file_retention">保留时间</string>
<plurals name="retention_days">
<item quantity="one">保留 %d 天</item>
<item quantity="other">保留 %d 天</item>
</plurals>

Expand Down