diff --git a/gradle.properties b/gradle.properties index 789a8ce..ba8177c 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.2 +VERSION_NAME=3.1.9.3 PACKAGING_TYPE=aar systemProp.compileSdkVersion=26 systemProp.targetSdkVersion=26 diff --git a/tangram/build.gradle b/tangram/build.gradle index bb7243e..be13af3 100644 --- a/tangram/build.gradle +++ b/tangram/build.gradle @@ -130,7 +130,7 @@ dependencies { println 'compile with ultraViewPager source code' compile project(':ultraviewpager') } else { - compile 'com.alibaba.android:ultraviewpager:1.0.6.9@aar' + compile 'com.alibaba.android:ultraviewpager:1.0.7.8@aar' } if (project.hasProperty('virtualViewDevMode')) { println 'compile with virtualview source code'