Skip to content

Commit 5ce10c3

Browse files
committed
Release 1.0.2
1 parent 716ff2e commit 5ce10c3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

aop/ext.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project.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())

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)