File tree Expand file tree Collapse file tree 4 files changed +25
-25
lines changed
Expand file tree Collapse file tree 4 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies {
2626 }
2727 compile fileTree(include : [' *.jar' ], dir : ' libs' )
2828 compile project(' :customalert' )
29- compile ' com.github.searchy2:CustomButton:1.3 '
29+ compile ' com.github.searchy2:CustomButton:1.4 '
3030
31- compile ' com.android.support:appcompat-v7:26.0.2 '
32- compile ' com.android.support:design:26.0.2 '
31+ compile ' com.android.support:appcompat-v7:26.1.0 '
32+ compile ' com.android.support:design:26.1.0 '
3333}
Original file line number Diff line number Diff line change 1- buildscript {
2- repositories {
3- jcenter()
4- }
5- dependencies {
6- classpath ' com.android.tools.build:gradle:2.3.3 '
7- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
8- }
9- }
10-
11- allprojects {
12- repositories {
13- jcenter()
14- }
1+ buildscript {
2+ repositories {
3+ jcenter()
4+ }
5+ dependencies {
6+ classpath ' com.android.tools.build:gradle:3.0.0 '
7+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
8+ }
9+ }
10+
11+ allprojects {
12+ repositories {
13+ jcenter()
14+ }
1515}
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.7.1 '
5+ version = ' 1.8 '
66
77android {
88 compileSdkVersion 26
@@ -25,6 +25,6 @@ dependencies {
2525 maven { url " https://maven.google.com" }
2626 }
2727 compile fileTree(include : [' *.jar' ], dir : ' libs' )
28- compile ' com.android.support:design:26.0.2 '
28+ compile ' com.android.support:design:26.1.0 '
2929}
3030
Original file line number Diff line number Diff line change 1- # Fri Mar 24 16:19:26 CDT 2017
2- distributionBase =GRADLE_USER_HOME
3- distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
5- zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
1+ # Sat Oct 28 10:47:27 CDT 2017
2+ distributionBase =GRADLE_USER_HOME
3+ distributionPath =wrapper/dists
4+ zipStoreBase =GRADLE_USER_HOME
5+ zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments