Skip to content

Commit

Permalink
[fix] 修改过滤条件
Browse files Browse the repository at this point in the history
  • Loading branch information
longshihan1 committed Apr 24, 2021
1 parent 66c3964 commit 917f667
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 7 deletions.
65 changes: 65 additions & 0 deletions .idea/libraries-with-intellij-classes.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LPlugin/src/main/kotlin/com/longshihan/lplugin/LPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class LPlugin :Plugin<Project>{
Config.transformConfig(info)
println("时间插桩配置获取")
}
project.gradle.addListener(ArgusDependencyResolutionListener(project))
// project.gradle.addListener(ArgusDependencyResolutionListener(project))
android.registerTransform(LTransform(project))
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ open class LTransform(val project: Project) : Transform() {
fun checkPath(path: String): Boolean {
if (path.endsWith(".class") && !path.contains("R$")
&& !path.endsWith("R.class") && !path.endsWith("BuildConfig.class")
&& !path.contains("META-INF")
&& !path.contains("META-INF")&&!path.startsWith("com.longshihan.collect")
) {
return true
}
Expand Down
Binary file modified repo/com/longshihan/Lplugin/LPlugin/1.0.10/LPlugin-1.0.10.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1b15ccfd4a52b1c237a907939b05092a
4d1b2531ad64fe867d961af9459c4ca8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e17e6920b0343ce129076b23a741561670081da4
d496a0ddfac91210443f844546e156f1d28a60f6
2 changes: 1 addition & 1 deletion repo/com/longshihan/Lplugin/LPlugin/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<version>1.0.9</version>
<version>1.0.10</version>
</versions>
<lastUpdated>20210317144915</lastUpdated>
<lastUpdated>20210424092711</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion repo/com/longshihan/Lplugin/LPlugin/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fc7dc3fe4dd70b43058cd559833bdb8d
d6270720928b5cf94eaf53b6818765d0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
831be0ce3382bb0ab4d02ea1baa1ace248141b18
2f57b0d634d805becc3f05e6f021dabf6d851a36

0 comments on commit 917f667

Please sign in to comment.