Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yechao committed Sep 3, 2024
1 parent edc5909 commit ba78342
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![](https://img.shields.io/badge/AndroidStudio-Koala-yellow.svg)
![](https://img.shields.io/badge/JDK-17-red.svg)

<img src="/pic/learning gradle.png"/>
<img src="/pic/learning gradle.png" alt="pic" />

### 编译环境(Environments)

Expand Down Expand Up @@ -48,24 +48,24 @@

step 1. Add the JitPack repository to your build file

```agsl
```groovy
repositories {
...
maven { url 'https://jitpack.io' }
// ...
maven { url 'https://jitpack.io' }
}
```

step 2. Add the dependency

```agsl
```groovy
dependencies {
classpath('com.github.yechaoa.GradleX:plugin:1.8')
}
```

step 3. Add the Plugin Id to your build file and configure the gradleX{ } dsl

```agsl
```groovy
plugins {
id 'com.yechaoa.plugin.gradleX'
}
Expand All @@ -75,6 +75,6 @@ gradleX {
analysisSo = true
checkSnapshot = true
blockSnapshot = false
permissionsToRemove = ['android.permission.XXX','android.permission.XXX']
permissionsToRemove = ['android.permission.XXX', 'android.permission.XXX']
}
```

0 comments on commit ba78342

Please sign in to comment.