@@ -112,7 +112,7 @@ <h4>Debug Indicators</h4>
112
112
< p class ="screenshot "> < img src ="static/debug.png " alt ="Debug ribbon indicators "> </ p >
113
113
114
114
< h3 id ="download "> Download</ h3 >
115
- < p > < a href ="https://search.maven.org/remote_content?g=com.squareup.picasso3&a=picasso&v=LATEST " class ="dl version-href "> ↓ < span class ="version-tag "> Latest</ span > JAR </ a > </ p >
115
+ < p > < a href ="https://search.maven.org/remote_content?g=com.squareup.picasso3&a=picasso&v=LATEST " class ="dl version-href "> ↓ < span class ="version-tag "> Latest</ span > AAR </ a > </ p >
116
116
< p > The source code to the Picasso, its samples, and this website is < a href ="http://github.com/square/picasso "> available on GitHub</ a > .</ p >
117
117
118
118
< h4 > Maven</ h4 >
@@ -196,12 +196,16 @@ <h3 id="license">License</h3>
196
196
} ) ;
197
197
198
198
// Look up the latest version of the library.
199
- $ . fn . artifactVersion ( 'com.squareup.picasso3' , 'picasso' , function ( version , url ) {
200
- $ ( '.version' ) . text ( version ) ;
201
- $ ( '.version-tag' ) . text ( 'v' + version ) ;
202
- $ ( '.version-href' ) . attr ( 'href' , url ) ;
199
+ $ . fn . artifactVersion ( {
200
+ 'groupId' : 'com.squareup.picasso' ,
201
+ 'artifactId' : 'picasso' ,
202
+ 'packaging' : 'aar'
203
+ } , function ( version , url ) {
204
+ $ ( '.version' ) . text ( version ) ;
205
+ $ ( '.version-tag' ) . text ( 'v' + version ) ;
206
+ $ ( '.version-href' ) . attr ( 'href' , url ) ;
207
+ } ) ;
203
208
} ) ;
204
- } ) ;
205
209
</ script >
206
210
</ body >
207
211
</ html >
0 commit comments