Skip to content

Commit

Permalink
Version bump (2.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
corcoran committed Feb 25, 2018
1 parent 3facee9 commit cb59241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ The Gradle dependency is available via jCenter. jCenter is the default Maven rep
```gradle
dependencies {
// ... other dependencies here
compile 'ca.mimic:oauth2library:2.4.1'
compile 'ca.mimic:oauth2library:2.4.2'
}
```

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

version = "2.4.1"
version = "2.4.2"

android {
compileSdkVersion 25

defaultConfig {
minSdkVersion 11
targetSdkVersion 25
versionCode 241
versionCode 242
versionName version

consumerProguardFiles 'proguard-rules.txt'
Expand Down

0 comments on commit cb59241

Please sign in to comment.