Is it possible to attach maven snapshots as dependencies using Android Studio?

9 views
Skip to first unread message

Alexey Zakharov

unread,
Dec 23, 2013, 6:39:06 PM12/23/13
to gradle-androi...@googlegroups.com

I have declared maven snapshots in repositories, but lib is not visible

repositories {

....

maven { url 'https://oss.sonatype.org/content/repositories/snapshots/'}

}

dependencies {

    compile 'com.lyft:reactivehttp:1.0.0-SNAPSHOT'

}

I tested my snapshot with maven project and it working fine.

Reply all
Reply to author
Forward
0 new messages