标签: gradle
目前使用2.2-SNAPSHOT作为我的依赖,但我想指定一个特定的SNAPSHOT版本(2.2-20111031.082334-13)
http://repository.excilys.com/content/repositories/snapshots/com/googlecode/androidannotations/androidannotations/2.2-SNAPSHOT/maven-metadata.xml
甚至可能吗?
答案 0 :(得分:0)
只需指定唯一的快照版本,就像使用任何其他版本一样。例如:
dependencies { compile "androidannotations:androidannotations:2.2-20111031.082334-13" }