Skip to content

Commit a4a9c05

Browse files
committed
QUICKFIX Missing Gradle
*Add Maven repository to top level build script to fix missing Gradle v3.0.0. *Version bump to v1.8.1.
1 parent fafcc6d commit a4a9c05

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
repositories {
33
jcenter()
4+
maven { url "https://maven.google.com" }
45
}
56
dependencies {
67
classpath 'com.android.tools.build:gradle:3.0.0'

customalert/build.gradle

Lines changed: 1 addition & 1 deletion
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.8'
5+
version = '1.8.1'
66

77
android {
88
compileSdkVersion 26

0 commit comments

Comments
 (0)