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

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed May 25, 2018
1 parent ce81b11 commit f25d8a1
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:3.0.0'
compile 'com.afollestad:icon-request:4.0.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 : 27,
publishVersion: '3.0.0',
versionCode : 3,
publishVersion: '4.0.0',
versionCode : 4,
kotlin : '1.2.41',

versionsPlugin: '0.17.0',
Expand Down

0 comments on commit f25d8a1

Please sign in to comment.