Skip to content

Commit

Permalink
Release 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dengshiwei committed Aug 13, 2020
1 parent 4741d0f commit a774625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/ext.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project.ext {
pluginVersion = '3.2.8'
pluginVersion = '3.2.9'
Properties properties = new Properties()
if (project.file('local.properties').exists()) {
properties.load(project.file('local.properties').newDataInputStream())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ class SensorsAnalyticsClassVisitor extends ClassVisitor {
}
}
handleClassMethod(mClassName, nameDesc)
if (!isHasTracked && isOnClickMethod) {
if (isOnClickMethod) {
trackViewOnClick(methodVisitor, variableID)
isHasTracked = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import java.util.jar.JarOutputStream

class SensorsAnalyticsTransform extends Transform {
private SensorsAnalyticsTransformHelper transformHelper
public static final String VERSION = "3.2.8"
public static final String VERSION = "3.2.9"
public static final String MIN_SDK_VERSION = "4.0.7"
private WaitableExecutor waitableExecutor
private URLClassLoader urlClassLoader
Expand Down

0 comments on commit a774625

Please sign in to comment.