Skip to content

Commit 7af6a87

Browse files
committed
Add SNAPSHOT testing configuration for sample app.
1 parent 4660994 commit 7af6a87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

observablescrollview-samples/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,20 @@ apply plugin: 'com.android.application'
1111

1212
repositories {
1313
mavenCentral()
14+
15+
// for using SNAPSHOT
16+
//maven {
17+
// url uri('https://oss.sonatype.org/content/repositories/snapshots/')
18+
//}
1419
}
1520

1621
dependencies {
1722
compile 'com.android.support:appcompat-v7:21.0.0'
1823
compile 'com.nineoldandroids:library:2.4.0'
1924
compile project(':observablescrollview')
25+
26+
// for using SNAPSHOT
27+
//compile "com.github.ksoichiro:android-observablescrollview:$VERSION_NAME"
2028
}
2129

2230
android {

0 commit comments

Comments
 (0)