File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/groovy/com/sensorsdata/analytics/android/plugin Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11project. ext {
22 aspectjVersion = ' 1.8.10'
3- pluginVersion = ' 1.0.1 '
3+ pluginVersion = ' 1.0.2 '
44 Properties properties = new Properties ()
55 if (project. file(' local.properties' ). exists()) {
66 properties. load(project. file(' local.properties' ). newDataInputStream())
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ class SensorsAnalyticsPlugin implements Plugin<Project> {
1818
1919 project. dependencies {
2020 compile ' org.aspectj:aspectjrt:1.8.10'
21- // compile(name: 'SensorsAnalytics-runtime-release', ext: 'aar')
22- compile ' com.sensorsdata.analytics.android:SensorsAnalyticsSDK-Runtime:1.0.1'
21+ compile ' com.sensorsdata.analytics.android:SensorsAnalyticsSDK-Runtime:1.0.2'
2322 }
2423
2524 project. extensions. create(" sensorsAnalytics" , SensorsAnalyticsExtension )
You can’t perform that action at this time.
0 commit comments