Skip to content

Commit 8a17627

Browse files
committed
Release 1.0.1
1 parent 4874f86 commit 8a17627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.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())

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

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

0 commit comments

Comments
 (0)