Skip to content

Commit

Permalink
Revert 1.0.1 release. Return tests to use project rather than jitpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
pakoito committed May 2, 2016
1 parent 875608f commit 15c0afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0.1"
versionName "1.0.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0.1"
versionName "1.0.0"
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand All @@ -45,7 +45,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'

compile 'com.github.pakoito:RxPaper:1.0.1'
compile project(':library')

testCompile 'junit:junit:4.12'
androidTestCompile "com.android.support.test:runner:0.5"
Expand Down

0 comments on commit 15c0afd

Please sign in to comment.