diff --git a/gradle.properties b/gradle.properties index 18cbbd0..789a8ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,7 +46,7 @@ org.gradle.jvmargs=-Xmx1536M GROUP=com.alibaba.android ARTIFACT=tangram VERSION=1 -VERSION_NAME=3.1.9.1 +VERSION_NAME=3.1.9.2 PACKAGING_TYPE=aar systemProp.compileSdkVersion=26 systemProp.targetSdkVersion=26 diff --git a/tangram/build.gradle b/tangram/build.gradle index cd83274..bb7243e 100644 --- a/tangram/build.gradle +++ b/tangram/build.gradle @@ -143,7 +143,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' } } else { - compile('com.alibaba.android:virtualview:1.3.8.3@aar') { + compile('com.alibaba.android:virtualview:1.3.8.4@aar') { transitive true exclude group: 'com.android.support', module: 'appcompat' exclude group: 'com.android.support', module: 'appcompat-v7'