Skip to content

Commit 2453351

Browse files
author
Hussein Aladeen
committed
chore(libraries): Update support library to version 26.1.0
1 parent f10a8c1 commit 2453351

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
jcenter()
19+
maven {
20+
url 'https://maven.google.com'
21+
}
1922
}
2023
}
2124

extra/gradle/libraries.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
ext {
22

33
//app
4-
compileSdk = 25
4+
compileSdk = 26
55
buildTools = "25.0.2"
66
minSdk = 16
7-
targetSdk = 25
7+
targetSdk = 26
88
appId = "com.fueled.flowr.sample"
99

1010
//library
1111
libraryGroup = 'com.github.fueled'
1212
libraryVersion = '1.4.0'
1313

1414
//android libraries
15-
supportVersion = '25.1.1'
15+
supportVersion = '26.1.0'
1616

1717
// Rx
1818
rxJavaVersion = '2.0.4'

0 commit comments

Comments
 (0)