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

Commit

Permalink
Update vlayout version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAfc committed Mar 12, 2019
1 parent 9257d1e commit 57c98b4
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.3.5
VERSION_NAME=3.3.6
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 @@ -117,7 +117,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
}
} else {
compile('com.alibaba.android:vlayout:1.2.21@aar') {
compile('com.alibaba.android:vlayout:1.2.22@aar') {
changing = true
}
}
Expand Down

0 comments on commit 57c98b4

Please sign in to comment.