Skip to content

Commit 762906c

Browse files
author
dengshiwei
committed
Release 3.1.8
1 parent 59146b5 commit 762906c

File tree

3 files changed

+116
-32
lines changed

3 files changed

+116
-32
lines changed

.idea/codeStyles/Project.xml

Lines changed: 109 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/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 = '3.1.7'
2+
pluginVersion = '3.1.8'
33
Properties properties = new Properties()
44
if (project.file('local.properties').exists()) {
55
properties.load(project.file('local.properties').newDataInputStream())

plugin/src/main/groovy/com/sensorsdata/analytics/android/plugin/SensorsAnalyticsSDKExtension.groovy

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ package com.sensorsdata.analytics.android.plugin
1919

2020
class SensorsAnalyticsSDKExtension {
2121
// 同SensorsAnalyticsSDKHookConfig中方法对应, disableIMEI,disableLog,disableJsInterface,disableAndroidID
22-
public boolean disableIMEI = false
23-
public boolean disableLog = false
24-
public boolean disableJsInterface = false
25-
public boolean disableAndroidID = false
26-
public boolean disableMacAddress = false
27-
public boolean disableCarrier = false
22+
boolean disableIMEI = false
23+
boolean disableLog = false
24+
boolean disableJsInterface = false
25+
boolean disableAndroidID = false
26+
boolean disableMacAddress = false
27+
boolean disableCarrier = false
2828

2929
@Override
3030
String toString() {

0 commit comments

Comments
 (0)