Skip to content

Commit cdcae1e

Browse files
fix(mdx-issue): resolve verify mdx
1 parent b104919 commit cdcae1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/mobile-monitoring/new-relic-mobile-android/install-configure/install-android-agent-gradle.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ plugins {
152152

153153
</Step>
154154

155+
<Callout variant="important">
156+
New Relic automatically adds the following permissions to allow the agent to make HTTP requests to deliver captured data for agent versions 7.6.8 and higher.
157+
</Callout>
155158

156-
<Callout variant="important">
157-
New Relic automatically adds the following permissions to allow the agent to make HTTP requests to deliver captured data for agent versions 7.6.8 and higher.
158-
</Callout>
159159
<Step>
160160
In your `AndroidManifest.xml` file, add the following permissions:
161161

@@ -195,9 +195,9 @@ If you use ProGuard or Dexguard for code shrinking, follow these steps:
195195
```java
196196
com.newrelic.application_token=GENERATED_TOKEN
197197
```
198-
<Callout variant="important">
199-
New Relic automatically adds the proguard rules for agent version 7.6.8 and later.
200-
</Callout>
198+
<Callout variant="important">
199+
New Relic automatically adds the proguard rules for agent version 7.6.8 and later.
200+
</Callout>
201201
3. Follow the steps decribed on [Configure ProGuard or DexGuard for Android apps](/docs/mobile-monitoring/new-relic-mobile-android/install-configure/configure-proguard-or-dexguard-android-apps/).
202202
</Step>
203203

0 commit comments

Comments
 (0)