Skip to content

Commit 6b3bfa4

Browse files
author
weiqiangliu
committed
Release 3.4.6
1 parent 4e83d13 commit 6b3bfa4

21 files changed

+26
-25
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Apache License
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2015-2021 Sensors Data Inc.
189+
Copyright 2015-2022 Sensors Data Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
dependencies {
2626
classpath 'com.android.tools.build:gradle:3.2.0'
2727
//添加 android-gradle-plugin 依赖
28-
       classpath 'com.sensorsdata.analytics.android:android-gradle-plugin2:3.2.4'
28+
       classpath 'com.sensorsdata.analytics.android:android-gradle-plugin2:3.4.6'
2929
}
3030
}
3131
@@ -45,7 +45,7 @@ apply plugin: 'com.sensorsdata.analytics.android'
4545
4646
dependencies {
4747
//添加 Sensors Analytics SDK 依赖
48-
  compile 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK:4.0.8'
48+
  compile 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK:6.2.0'
4949
}
5050
```
5151

@@ -84,7 +84,7 @@ See our [full manual](http://www.sensorsdata.cn/manual/android_sdk.html)
8484

8585
## License
8686

87-
Copyright 2015-2021 Sensors Data Inc.
87+
Copyright 2015-2022 Sensors Data Inc.
8888

8989
Licensed under the Apache License, Version 2.0 (the "License");
9090
you may not use this file except in compliance with the License.

plugin/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ publishing {
9494
def mavenPassword = properties.getProperty("maven.password")
9595
maven {
9696
// url ='../repo'
97-
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
97+
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
9898
credentials {
9999
username mavenUser
100100
password mavenPassword

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.4.5'
2+
pluginVersion = '3.4.6'
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/ClassNameAnalytics.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Created by renqingyou on 2018/12/01.
3-
* Copyright 2015-2021 Sensors Data Inc.
3+
* Copyright 2015-2022 Sensors Data Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Created by zhangwei on 2020/05/21.
3-
* Copyright 2015-2021 Sensors Data Inc.
3+
* Copyright 2015-2022 Sensors Data Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Created by wangzhuozhou on 2015/08/12.
3-
* Copyright 2015-2021 Sensors Data Inc.
3+
* Copyright 2015-2022 Sensors Data Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Created by wangzhuohou on 2015/08/01.
3-
* Copyright 2015-2021 Sensors Data Inc.
3+
* Copyright 2015-2022 Sensors Data Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Created by wangzhuozhou on 2015/08/12.
3-
* Copyright 2015-2021 Sensors Data Inc.
3+
* Copyright 2015-2022 Sensors Data Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Created by wangzhuozhou on 2015/08/12.
3-
* Copyright 2015-2021 Sensors Data Inc.
3+
* Copyright 2015-2022 Sensors Data Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)