File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/groovy/com/sensorsdata/analytics/android/plugin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11project. 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())
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments