Skip to content

Commit fa9aad2

Browse files
author
Aries Hoo
authored
Update build.gradle
1 parent df8f6c8 commit fa9aad2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ buildscript {
1515

1616
allprojects {
1717
repositories {
18-
jcenter()
18+
jcenter()
1919
google()
20+
mavenLocal()
2021
mavenCentral()
2122
maven { url "https://jitpack.io" }
2223
}
@@ -31,7 +32,7 @@ ext{
3132
buildToolsVersion = "27.0.2"
3233
minSdkVersion = 15
3334
targetSdkVersion = 27
34-
supportVersion = "27.0.2"
35+
supportVersion = "27.1.1"
3536
versionCode = 230
3637
versionName = "2.2.10-beta5"
3738
}

0 commit comments

Comments
 (0)