Skip to content

Commit 5215f54

Browse files
committed
Update all dependencies
Change-Id: I76c117edd95f3f9a6a93f3f52fec66e220b808ce
1 parent aa95b40 commit 5215f54

38 files changed

+182
-65
lines changed

auth/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.3"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.1"
66
defaultConfig {
77
applicationId "com.google.firebase.quickstart.auth"
88
minSdkVersion 14
9-
targetSdkVersion 25
9+
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -19,6 +19,6 @@ android {
1919
}
2020

2121
dependencies {
22-
compile 'com.android.support:appcompat-v7:25.3.1'
22+
compile 'com.android.support:appcompat-v7:26.0.0'
2323
compile 'com.google.firebase:firebase-auth:11.0.1'
2424
}

auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.2'
8+
classpath 'com.android.tools.build:gradle:2.3.3'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jun 21 10:11:05 PDT 2017
1+
#Thu Sep 28 13:17:13 PDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
allprojects {
3+
repositories {
4+
jcenter()
5+
maven {
6+
url 'https://maven.google.com'
7+
}
8+
mavenLocal()
9+
}
10+
}

database/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.3"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.1"
66

77
defaultConfig {
88
applicationId "com.google.firebase.referencecode.database"
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
dependencies {
29-
compile 'com.android.support:appcompat-v7:25.3.1'
29+
compile 'com.android.support:appcompat-v7:26.0.0'
3030

3131
compile 'com.google.firebase:firebase-database:11.0.1'
3232
}

database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:2.3.2'
9+
classpath 'com.android.tools.build:gradle:2.3.3'
1010
classpath 'com.google.gms:google-services:3.1.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jun 21 10:09:52 PDT 2017
1+
#Thu Sep 28 13:17:20 PDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip

dynamic-links/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.3"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.1"
66
defaultConfig {
77
applicationId "com.google.firebase.quickstart.dynamiclinks"
88
minSdkVersion 16
9-
targetSdkVersion 25
9+
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
23-
compile 'com.android.support:appcompat-v7:25.3.1'
23+
compile 'com.android.support:appcompat-v7:26.0.0'
2424
compile 'com.android.support.constraint:constraint-layout:1.0.0'
2525

2626
compile 'com.google.firebase:firebase-invites:11.0.1'

0 commit comments

Comments
 (0)