Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit b14a3e7

Browse files
committed
fix StringIndexOutOfBoundsException in Utils.isEl()
1 parent 7d57254 commit b14a3e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ org.gradle.jvmargs=-Xmx2048m
4545
GROUP=com.alibaba.android
4646
ARTIFACT=virtualview
4747
VERSION=1
48-
VERSION_NAME=1.3.4
48+
VERSION_NAME=1.3.5
4949
PACKAGING_TYPE=aar
5050
systemProp.compileSdkVersion=26
5151
systemProp.targetSdkVersion=26

virtualview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
compile 'com.android.support:support-v4:26.0.2@aar'
108108
compile 'com.android.support:support-compat:26.0.2@aar'
109109
compile 'com.android.support:support-annotations:26.0.2'
110-
compile('com.alibaba.android:virtual-common:1.0.9') {
110+
compile('com.alibaba.android:virtual-common:1.0.11') {
111111
changing = true
112112
}
113113
compile 'com.android.support:recyclerview-v7:26.0.2@aar'

0 commit comments

Comments
 (0)