Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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`: Loading lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 9 def versionPatch = 10 def releasePatch = "alpha" android { Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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`: Loading
lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 9 def versionPatch = 10 def releasePatch = "alpha" android { Loading