Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
gradle version downgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
EGE committed Aug 18, 2017
1 parent 8973a27 commit b12d152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and:

```gradle
dependencies {
compile 'com.github.ceryle:SegmentedButton:v2.0.0'
compile 'com.github.ceryle:SegmentedButton:v2.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit b12d152

Please sign in to comment.