Skip to content

Commit

Permalink
Published new library version - 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ImangazalievM committed Jun 9, 2018
1 parent e7cc959 commit ddd86dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CircleMenu is a simple, elegant menu with a circular layout.
Add this to your app build.gradle:

```gradle
compile 'com.github.imangazalievm:circlemenu:2.0.1'
compile 'com.github.imangazalievm:circlemenu:2.0.2'
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

final LIBRARY_VERSION_NAME = '2.0.1'
final LIBRARY_VERSION_CODE = 7
final LIBRARY_VERSION_NAME = '2.0.2'
final LIBRARY_VERSION_CODE = 8

android {
compileSdkVersion 27
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {

// это блок будет обработан плагином bintray-release
publish {
userOrg = 'ImangazalievM'
userOrg = 'imangazaliev'
groupId = 'com.github.imangazalievm'
artifactId = 'circlemenu'
publishVersion = LIBRARY_VERSION_NAME
Expand Down

0 comments on commit ddd86dd

Please sign in to comment.