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

Commit 57c98b4

Browse files
committed
Update vlayout version.
1 parent 9257d1e commit 57c98b4

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
@@ -46,7 +46,7 @@ org.gradle.jvmargs=-Xmx1536M
4646
GROUP=com.alibaba.android
4747
ARTIFACT=tangram
4848
VERSION=1
49-
VERSION_NAME=3.3.5
49+
VERSION_NAME=3.3.6
5050
PACKAGING_TYPE=aar
5151
systemProp.compileSdkVersion=26
5252
systemProp.targetSdkVersion=26

tangram/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
exclude group: 'com.android.support', module: 'support-annotations'
118118
}
119119
} else {
120-
compile('com.alibaba.android:vlayout:1.2.21@aar') {
120+
compile('com.alibaba.android:vlayout:1.2.22@aar') {
121121
changing = true
122122
}
123123
}

0 commit comments

Comments
 (0)