File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 }
2727 compile fileTree(include : [' *.jar' ], dir : ' libs' )
2828 compile project(' :customalert' )
29- compile ' com.github.searchy2:CustomButton:1.4'
29+ compile ' com.github.searchy2:CustomButton:1.4.1 '
3030
3131 compile ' com.android.support:appcompat-v7:26.1.0'
3232 compile ' com.android.support:design:26.1.0'
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 jcenter()
4+ maven { url " https://maven.google.com" }
45 }
56 dependencies {
67 classpath ' com.android.tools.build:gradle:3.0.0'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33
44group= ' com.github.searchy2'
5- version = ' 1.8'
5+ version = ' 1.8.1 '
66
77android {
88 compileSdkVersion 26
You can’t perform that action at this time.
0 commit comments