diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 14:38:29 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 14:38:29 +0300 |
| commit | 06c44ff7d5da3ef0040355c649e3ab97b295bd3d (patch) | |
| tree | 63fd568ecd2ea999174a11ef39c72f7eae4c5098 /org.fox.ttrss/build.gradle | |
| parent | 6f3e8638e145c6ef2b2496680be0ea490084145c (diff) | |
add acra crash sender
Diffstat (limited to 'org.fox.ttrss/build.gradle')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 72c971c5..06d470ef 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -155,6 +155,8 @@ dependencies { implementation 'com.github.amulyakhare:TextDrawable:558677ea31' implementation 'com.telefonica:nestedscrollwebview:0.1.6' implementation 'androidx.preference:preference:1.2.1' + implementation 'ch.acra:acra-mail:5.12.0' + implementation 'ch.acra:acra-dialog:5.12.0' } java { toolchain { |