Skip to content

Commit

Permalink
add staging repository to android example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Feb 11, 2017
1 parent d0c0aa9 commit c3b4c2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 178 deletions.
9 changes: 6 additions & 3 deletions example-projects/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0-beta1'
classpath 'com.android.tools.build:gradle:2.3.0-beta4'
}
}

apply plugin: 'com.android.application'

repositories {
mavenCentral()
maven {
url "http://oss.sonatype.org/content/repositories/staging/"
}
}

android {
Expand Down Expand Up @@ -41,9 +44,9 @@ dependencies {

androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
androidTestCompile 'com.android.support.test:runner:0.5'
androidTestCompile 'com.tngtech.jgiven:jgiven-android:0.14.0-RC1'
androidTestCompile 'com.tngtech.jgiven:jgiven-android:0.14.1'

jgivenReport 'com.tngtech.jgiven:jgiven-html5-report:0.14.0-RC1'
jgivenReport 'com.tngtech.jgiven:jgiven-html5-report:0.14.1'
jgivenReport 'org.slf4j:slf4j-simple:1.7.21'
}

Expand Down
Binary file not shown.

This file was deleted.

169 changes: 0 additions & 169 deletions example-projects/android/gradlew

This file was deleted.

0 comments on commit c3b4c2d

Please sign in to comment.