Fix lint error

pull/1518/head
Alex Baker 3 years ago
parent 0457cd0c8a
commit 4b78b726cc

@ -17,3 +17,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew :app:lintGenericRelease :app:lintGoogleplayRelease
- name: Archive lint reports
uses: actions/upload-artifact@v2
with:
name: lint-reports
if: ${{ always() }}
path: app/build/reports/*.html

@ -249,7 +249,6 @@
<string name="issue_tracker">Sustav za praćenja grešaka</string>
<string name="support">Podrška</string>
<string name="social">Društvene mreže</string>
<string name="chat_freenode">Pridruži se #tasks na Freenode</string>
<string name="follow_twitter">Slijedi @tasks_org</string>
<string name="current_subscription">Trenutačna pretplata: %s</string>
<string name="price_per_month">$%s/mjesec</string>

Loading…
Cancel
Save