Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

update android-query maven library dependency

Currently the latest version provided in google code is 0.26.7

https://code.google.com/p/android-query/downloads/list

But the jar in maven repository is still in 0.25.9, which is more than a year ago.

http://mvnrepository.com/artifact/com.googlecode.android-query/android-query

Is there anyway for public to update the library?

like image 213
JR Tan Avatar asked Jul 08 '26 08:07

JR Tan


1 Answers

You may use an excellent jitpack feature. For AQuery please see the following: https://jitpack.io/#androidquery/androidquery/0.26.9

like image 62
snuk182 Avatar answered Jul 13 '26 09:07

snuk182