Skip to content

Commit 16b3917

Browse files
committed
Release 3.1.5
1 parent 287aa7d commit 16b3917

25 files changed

+16
-26
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ buildscript {
1414
jcenter()
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:2.2.3'
17+
classpath 'com.android.tools.build:gradle:3.2.0'
1818
//添加 android-gradle-plugin 依赖
19-
       classpath 'com.sensorsdata.analytics.android:android-gradle-plugin2:3.0.6'
19+
       classpath 'com.sensorsdata.analytics.android:android-gradle-plugin2:3.1.4'
2020
}
2121
}
2222
@@ -35,9 +35,8 @@ apply plugin: 'com.android.application'
3535
apply plugin: 'com.sensorsdata.analytics.android'
3636
3737
dependencies {
38-
compile 'com.android.support:appcompat-v7:25.1.1'
3938
//添加 Sensors Analytics SDK 依赖
40-
  compile 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK:3.1.5'
39+
  compile 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK:3.2.4'
4140
}
4241
```
4342

aop/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

aop/ext.gradle renamed to 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.1.4'
2+
pluginVersion = '3.1.5'
33
Properties properties = new Properties()
44
if (project.file('local.properties').exists()) {
55
properties.load(project.file('local.properties').newDataInputStream())
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)