Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Update version of UltraViewPager.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAfc committed Jan 2, 2019
1 parent 562f85d commit 4bf5ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tangram/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4bf5ee6

Please sign in to comment.