We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e507b5 commit 91e4e44Copy full SHA for 91e4e44
aop/ext.gradle
@@ -1,5 +1,5 @@
1
project.ext {
2
- pluginVersion = '2.1.1'
+ pluginVersion = '2.1.2'
3
Properties properties = new Properties()
4
if (project.file('local.properties').exists()) {
5
properties.load(project.file('local.properties').newDataInputStream())
aop/src/main/groovy/com/sensorsdata/analytics/android/plugin/SensorsAnalyticsUtil.groovy
@@ -19,6 +19,7 @@ class SensorsAnalyticsUtil implements Opcodes {
19
*/
20
targetFragmentClass.add('android/support/v4/app/Fragment')
21
targetFragmentClass.add('android/support/v4/app/ListFragment')
22
+ targetFragmentClass.add('android/support/v4/app/DialogFragment')
23
}
24
25
static boolean isPrivate(int access) {
0 commit comments