diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index 7de4f7981..5701dacba 100644 --- a/.builds/debian-stable.yml +++ b/.builds/debian-stable.yml @@ -22,6 +22,9 @@ tasks: echo y | android/cmdline-tools/tools/bin/sdkmanager "build-tools;29.0.2" touch ~/.android/repositories.cfg yes | android/cmdline-tools/tools/bin/sdkmanager --licenses +- sentry: | + cd cheogram-android + sed -ie 's///' src/cheogram/AndroidManifest.xml - build: | cd cheogram-android ./gradlew assembleCheogramFreeSystemDebug diff --git a/build.gradle b/build.gradle index d9b30ae52..d84003331 100644 --- a/build.gradle +++ b/build.gradle @@ -92,6 +92,7 @@ dependencies { implementation 'com.google.guava:guava:30.1.1-android' quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.36' implementation urlFile('https://cloudflare-ipfs.com/ipfs/QmeqMiLxHi8AAjXobxr3QTfa1bSSLyAu86YviAqQnjxCjM/libwebrtc.aar', 'libwebrtc.aar') + implementation 'io.sentry:sentry-android:5.6.1' } ext { diff --git a/src/cheogram/AndroidManifest.xml b/src/cheogram/AndroidManifest.xml index 956e892fe..e749a1e0d 100644 --- a/src/cheogram/AndroidManifest.xml +++ b/src/cheogram/AndroidManifest.xml @@ -6,6 +6,7 @@ +