Skip to content

Commit 91e4e44

Browse files
committed
Release 2.1.2
1 parent 3e507b5 commit 91e4e44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aop/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 = '2.1.1'
2+
pluginVersion = '2.1.2'
33
Properties properties = new Properties()
44
if (project.file('local.properties').exists()) {
55
properties.load(project.file('local.properties').newDataInputStream())

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class SensorsAnalyticsUtil implements Opcodes {
1919
*/
2020
targetFragmentClass.add('android/support/v4/app/Fragment')
2121
targetFragmentClass.add('android/support/v4/app/ListFragment')
22+
targetFragmentClass.add('android/support/v4/app/DialogFragment')
2223
}
2324

2425
static boolean isPrivate(int access) {

0 commit comments

Comments
 (0)