File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/groovy/com/sensorsdata/analytics/android/plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11project. ext {
22 aspectjVersion = ' 1.8.10'
3- pluginVersion = ' 1.0.0 '
3+ pluginVersion = ' 1.0.1 '
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 @@ -19,7 +19,7 @@ class SensorsAnalyticsPlugin implements Plugin<Project> {
1919 project. dependencies {
2020 compile ' org.aspectj:aspectjrt:1.8.10'
2121// compile(name: 'SensorsAnalytics-runtime-release', ext: 'aar')
22- compile ' com.sensorsdata.analytics.android:SensorsAnalyticsSDK-Runtime:1.0.0 '
22+ compile ' com.sensorsdata.analytics.android:SensorsAnalyticsSDK-Runtime:1.0.1 '
2323 }
2424
2525 project. extensions. create(" sensorsAnalytics" , SensorsAnalyticsExtension )
You can’t perform that action at this time.
0 commit comments