Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Follestad authored and Aidan Follestad committed Jun 10, 2017
1 parent 45466a9 commit 0057691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the
```gradle
dependencies {
// ... other dependencies
compile 'com.afollestad:icon-request:2.0.0'
compile 'com.afollestad:icon-request:2.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 14,
compileSdk : 26,
publishVersion : '2.0.0',
versionCode : 1,
publishVersion : '2.1.0',
versionCode : 2,

buildTools : '26.0.0',
gradlePlugin : '2.3.2',
Expand Down

0 comments on commit 0057691

Please sign in to comment.