Skip to content

Commit

Permalink
Merge branch 'release/v2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shem Magnezi authored and Shem Magnezi committed Oct 7, 2016
2 parents 9a7af21 + fda9fe6 commit 99b3ecf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Download

Grab via Gradle:
```groovy
compile 'com.github.shem8:material-login:2.1.0'
compile 'com.github.shem8:material-login:2.1.1'
```
or Maven:
```xml
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-beta1'
classpath 'com.android.tools.build:gradle:2.2.0-rc2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion material-login/build.gradle
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/shem8/MaterialLogin'
gitUrl = 'https://github.com/shem8/MaterialLogin.git'

libraryVersion = '2.1.0'
libraryVersion = '2.1.1'

developerId = 'shem8'
developerName = 'Shem Magnezi'
Expand Down

0 comments on commit 99b3ecf

Please sign in to comment.