Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc24aec1 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

e-telemetry: Update to 0.0.10-alpha

parent 1ed7bbac
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ maven("https://gitlab.e.foundation/api/v4/groups/1391/-/packages/maven")
- Then, we need to add dependency to `build.gradle`:

```groovy
implementation 'foundation.e.lib:telemetry:0.0.6-alpha'
implementation 'foundation.e.lib:telemetry:0.0.10-alpha'
```

- Get the Sentry DSN from the sentry dashboard and add the following to `build.gradle`:
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ plugins {

def versionMajor = 0
def versionMinor = 0
def versionPatch = 9
def versionPatch = 10
def releasePatch = "alpha"

android {