File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/groovy/com/sensorsdata/analytics/android/plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11project. 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())
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments