Skip to content

Commit fafcc6d

Browse files
committed
Update Gradle v3.0.0
*Update Gradle to v3.0.0. *Update Dependencies to v26.1.0. *Version bump to v1.8.
1 parent 2cb472d commit fafcc6d

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
}

customalert/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
group='com.github.searchy2'
5-
version = '1.7.1'
5+
version = '1.8'
66

77
android {
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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)