Skip to content

Commit d25eb78

Browse files
committed
Release 2.0.9
1 parent 17831bf commit d25eb78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aop/ext.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext {
2-
pluginVersion = '2.0.8'
2+
pluginVersion = '2.0.9'
33
Properties properties = new Properties()
44
if (project.file('local.properties').exists()) {
55
properties.load(project.file('local.properties').newDataInputStream())

aop/src/main/groovy/com/sensorsdata/analytics/android/plugin/SensorsAnalyticsHookConfig.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ public class SensorsAnalyticsHookConfig {
2323
'(Landroid/widget/CompoundButton;Z)V',
2424
'android/widget/CompoundButton$OnCheckedChangeListener',
2525
'trackViewOnClick',
26-
'(Landroid/view/View;)V',
26+
'(Ljava/lang/Object;)V',
2727
1, 1,
2828
[Opcodes.ALOAD]))
2929
sInterfaceMethods.put('onRatingChanged(Landroid/widget/RatingBar;FZ)V', new SensorsAnalyticsMethodCell(
3030
'onRatingChanged',
3131
'(Landroid/widget/RatingBar;FZ)V',
3232
'android/widget/RatingBar$OnRatingBarChangeListener',
3333
'trackViewOnClick',
34-
'(Landroid/view/View;)V',
34+
'(Ljava/lang/Object;)V',
3535
1, 1,
3636
[Opcodes.ALOAD]))
3737
sInterfaceMethods.put('onStopTrackingTouch(Landroid/widget/SeekBar;)V', new SensorsAnalyticsMethodCell(
3838
'onStopTrackingTouch',
3939
'(Landroid/widget/SeekBar;)V',
4040
'android/widget/SeekBar$OnSeekBarChangeListener',
4141
'trackViewOnClick',
42-
'(Landroid/view/View;)V',
42+
'(Ljava/lang/Object;)V',
4343
1, 1,
4444
[Opcodes.ALOAD]))
4545
sInterfaceMethods.put('onCheckedChanged(Landroid/widget/RadioGroup;I)V', new SensorsAnalyticsMethodCell(

0 commit comments

Comments
 (0)