Skip to content

Commit 3b560bd

Browse files
Update build.gradle.ftl
1 parent 3ab1c14 commit 3b560bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NewArmsModule/root/build.gradle.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848

4949
dependencies {
5050
${getConfigurationName("compile")} fileTree(dir: 'libs', include: ['*.jar'])
51-
${getConfigurationName("compile")} 'me.jessyan:arms:2.5.1'
52-
${getConfigurationName("compile")} 'me.jessyan:arms-imageloader-glide:2.5.1'
51+
${getConfigurationName("compile")} 'me.jessyan:arms:2.5.2'
52+
${getConfigurationName("compile")} 'me.jessyan:arms-imageloader-glide:2.5.2'
5353

5454
//view
5555
${getConfigurationName("compile")} rootProject.ext.dependencies["autosize"]

0 commit comments

Comments
 (0)