Skip to content

Commit

Permalink
Bumped version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Oct 16, 2015
1 parent 70d51b2 commit 401f83f
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.2'
compile 'com.github.mrmike:Ok2Curl:0.0.3'
}
```

Expand Down
6 changes: 3 additions & 3 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.2'
version='0.0.3'

android {
compileSdkVersion 23
Expand All @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "0.0.3"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Expand Up @@ -27,14 +27,14 @@ dependencies {
compile project(':ok2curl')

/**
* compile 'com.github.mrmike:Ok2Curl:0.0.2'
* compile 'com.github.mrmike:Ok2Curl:0.0.3'
*/

/**
* 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.2') {
* compile ('com.github.mrmike:Ok2Curl:0.0.3') {
* exclude module: 'okhttp'
* }
*/
Expand Down

0 comments on commit 401f83f

Please sign in to comment.