Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhzh committed Apr 3, 2018
1 parent 30a3192 commit c9d234b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ class AspectTransform extends Transform {
includeJarFilter.add("com.facebook.react")
includeJarFilter.add("SensorsAnalyticsSDK-Runtime")

//for gradle 3.x+
includeJarFilter.add("support-v4")
includeJarFilter.add("appcompat-v7")
includeJarFilter.add("react-native")

aspectWork.setAjcArgs(project.sensorsAnalytics.ajcArgs);

for (TransformInput transformInput : inputs) {
Expand Down
2 changes: 1 addition & 1 deletion ext.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project.ext {
aspectjVersion = '1.8.10'
pluginVersion = '1.2.1'
pluginVersion = '1.2.2'
Properties properties = new Properties()
if (project.file('local.properties').exists()) {
properties.load(project.file('local.properties').newDataInputStream())
Expand Down

0 comments on commit c9d234b

Please sign in to comment.