Skip to content

Commit

Permalink
Merge pull request #4 from mrmike/bump-version-0.1.0
Browse files Browse the repository at this point in the history
Bump version to 0.1.0
  • Loading branch information
mrmike committed Jan 7, 2016
2 parents 79eb834 + ea74800 commit f52b097
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ repositories {
}
dependencies {
compile 'com.github.mrmike:Ok2Curl:0.0.4'
compile 'com.github.mrmike:Ok2Curl:0.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions ok2curl/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.mrmike'
version='0.0.4'
version='0.1.0'

android {
compileSdkVersion 23
Expand All @@ -12,7 +12,7 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 4
versionName "0.0.4"
versionName "0.1.0"
}
buildTypes {
release {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Expand Up @@ -27,19 +27,19 @@ dependencies {
compile project(':ok2curl')

/**
* compile 'com.github.mrmike:Ok2Curl:0.0.4'
* compile 'com.github.mrmike:Ok2Curl:0.1.0'
*/

/**
* Ok2Curl is packed with the latest version of OkHttp. If you already have OkHttp declared in
* your dependencies or want to use different version simply add exclude module.
*
* compile ('com.github.mrmike:Ok2Curl:0.0.4') {
* compile ('com.github.mrmike:Ok2Curl:0.1.0') {
* exclude module: 'okhttp'
* }
*/

compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.1.1'

testCompile 'junit:junit:4.12'
}

0 comments on commit f52b097

Please sign in to comment.