Skip to content

Commit ffabbea

Browse files
committed
Release 2.2.3
1 parent 91b8bbd commit ffabbea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.2'
2+
pluginVersion = '2.2.3'
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/SensorsAnalyticsTransform.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SensorsAnalyticsTransform extends Transform {
3131
'com.jakewharton.rxbinding.view.ViewClickOnSubscribe',
3232
'com.facebook.react.uimanager.NativeViewHierarchyManager']
3333
protected static boolean disableJar
34-
private static final String VERSION = "v2.2.1"
34+
private static final String VERSION = "v2.2.3"
3535

3636
SensorsAnalyticsTransform(Project project) {
3737
this.project = project

0 commit comments

Comments
 (0)