Skip to content

Commit

Permalink
publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yechao committed Oct 22, 2023
1 parent 1065da8 commit fb55800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
step 2. Add the dependency
```agsl
dependencies {
classpath('com.github.yechaoa.GradleX:plugin:1.3')
classpath('com.github.yechaoa.GradleX:plugin:1.4')
}
```
step 3. Add the Plugin Id to your build file and configure the gradleX{ } dsl
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.yechaoa.plugin.gradleX'
// id 'com.yechaoa.plugin.gradleX'
}

/**
Expand All @@ -13,8 +13,8 @@ plugins {
gradleX {
printDependencies = false
analysisSo = true
checkSnapshot = true
blockSnapshot = false
// checkSnapshot = true
// blockSnapshot = false
}

/**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
*/
// classpath('com.yechaoa.plugin:gradleX:1.2')
// 远端仓库地址
classpath('com.github.yechaoa.GradleX:plugin:1.3')
// classpath('com.github.yechaoa.GradleX:plugin:1.3')
}
}

Expand Down

0 comments on commit fb55800

Please sign in to comment.