Skip to content

Commit

Permalink
Release a new version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 7, 2020
1 parent 22a5633 commit 5c524af
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 @@ -34,7 +34,7 @@ I really appreciate that 🔥Power Menu is used in more than __120,000+__ projec
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:powermenu:2.1.5"
implementation "com.github.skydoves:powermenu:2.1.6"
}
```

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 : 15,
compileSdk : 30,
versionCode : 22,
versionName : '2.1.5',
versionCode : 23,
versionName : '2.1.6',

gradleBuildTool: '3.6.3',
spotlessGradle : '5.6.1',
Expand Down

0 comments on commit 5c524af

Please sign in to comment.