2011-11-02 165 views

回答

-1

只需指定唯一的快照版本就如同使用任何其他版本一样。例如:

dependencies { 
    compile "androidannotations:androidannotations:2.2-20111031.082334-13" 
} 
+4

并未真正发挥作用 – lemon

+6

http://issues.gradle.org/browse/GRADLE-2784 –

+0

这是行不通的。 http://stackoverflow.com/questions/13565082/how-can-i-force-gradle-to-redownload-dependencies find $ HOME/.gradle/caches/-name“\ * LIBRARY_NAME \ *”-exec rm -r {} \; – fangzhzh

相关问题