Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Change-Id: I2cbf5d1ea5277f962593e064ee9d0247adbc2994
  • Loading branch information
samtstern committed Jul 9, 2018
1 parent bba15e0 commit d3e6b90
Show file tree
Hide file tree
Showing 34 changed files with 166 additions and 187 deletions.
8 changes: 4 additions & 4 deletions admob/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 4,11 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,6 20,6 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}
4 changes: 2 additions & 2 deletions analytics/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 29,8 @@ dependencies {
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'

implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-analytics:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-analytics:16.0.1'

androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Expand Down
8 changes: 4 additions & 4 deletions analytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 4,11 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,6 20,6 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}
4 changes: 2 additions & 2 deletions app-indexing/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 27,9 @@ configurations.all {

dependencies {
// [START app_indexing_gradle_dep]
implementation 'com.google.firebase:firebase-appindexing:15.0.1'
implementation 'com.google.firebase:firebase-appindexing:16.0.1'
// [END app_indexing_gradle_dep]
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.1'

implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
Expand Down
8 changes: 4 additions & 4 deletions app-indexing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 4,11 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,6 20,6 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}
8 changes: 4 additions & 4 deletions auth/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 44,19 @@ dependencies {
implementation 'com.android.support:design:27.1.1'

// Firebase Authentication
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.2'

// Google Sign In SDK (only required for Google Sign In)
implementation 'com.google.android.gms:play-services-auth:15.0.1'

// Firebase UI
// Used in FirebaseUIActivity.
implementation 'com.firebaseui:firebase-ui-auth:4.0.0'
implementation 'com.firebaseui:firebase-ui-auth:4.0.1'

// Facebook Android SDK (only required for Facebook Login)
// Used in FacebookLoginActivity.
implementation 'com.facebook.android:facebook-login:4.32.0'
implementation 'com.facebook.android:facebook-login:4.33.0'
implementation 'com.android.support:customtabs:27.1.1'

// Twitter Android SDK (only required for Twitter Login)
Expand Down
8 changes: 4 additions & 4 deletions auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 4,11 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'
}
}

Expand All @@ -17,7 17,7 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
maven { url 'https://maven.fabric.io/public' }
}
}
Expand Down
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 2,12 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'
}
}

Expand All @@ -19,7 20,7 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
maven { url 'https://maven.fabric.io/public' }
}

Expand Down
2 changes: 1 addition & 1 deletion config/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ dependencies {
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'

implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-config:16.0.0'

androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
8 changes: 4 additions & 4 deletions config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 4,11 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,6 20,6 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}
6 changes: 3 additions & 3 deletions crash/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
// apply plugin: 'io.fabric'

check.dependsOn 'assembleDebugAndroidTest'

Expand Down Expand Up @@ -36,8 36,8 @@ dependencies {
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'

implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.3'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
8 changes: 4 additions & 4 deletions crash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 4,12 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'
classpath 'io.fabric.tools:gradle:1.25.1'
}
}
Expand All @@ -19,7 19,7 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}

Expand Down
6 changes: 3 additions & 3 deletions database/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 32,10 @@ dependencies {
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'

implementation 'com.firebaseui:firebase-ui-database:4.0.0'
implementation 'com.firebaseui:firebase-ui-database:4.0.1'

implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.2'
implementation 'com.google.firebase:firebase-database:16.0.1'

// Needed to fix a dependency conflict with FirebaseUI'
Expand Down
8 changes: 4 additions & 4 deletions database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 4,11 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -19,7 19,7 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}

Expand Down
4 changes: 2 additions & 2 deletions dynamiclinks/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 43,8 @@ dependencies {
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'

implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-invites:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-invites:16.0.1'

androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Expand Down
4 changes: 2 additions & 2 deletions dynamiclinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 7,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
10 changes: 5 additions & 5 deletions firestore/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 32,15 @@ android {

dependencies {
// Firestore
implementation 'com.google.firebase:firebase-firestore:17.0.1'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-firestore:17.0.2'

// Other Firebase/Play services deps
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.2'
implementation 'com.google.android.gms:play-services-auth:15.0.1'

// FirebaseUI (for authentication)
implementation 'com.firebaseui:firebase-ui-auth:4.0.0'
implementation 'com.firebaseui:firebase-ui-auth:4.0.1'

// ButterKnife (for sample code brevity)
implementation 'com.jakewharton:butterknife:8.8.1'
Expand Down Expand Up @@ -71,7 71,7 @@ dependencies {
androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.3'
androidTestImplementation 'junit:junit:4.12'
androidTestImplementation 'org.hamcrest:hamcrest-library:1.3'
androidTestImplementation "com.google.firebase:firebase-auth:15.1.0"
androidTestImplementation 'com.google.firebase:firebase-auth:16.0.2'

}

Expand Down
8 changes: 4 additions & 4 deletions firestore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 3,12 @@
buildscript {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
google()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,7 20,7 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}

Expand Down
8 changes: 4 additions & 4 deletions functions/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 35,12 @@ dependencies {
implementation 'com.android.support:customtabs:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'

implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.2'
implementation 'com.google.firebase:firebase-functions:16.0.1'
implementation 'com.google.firebase:firebase-messaging:17.0.0'
implementation 'com.google.firebase:firebase-messaging:17.1.0'

implementation 'com.firebaseui:firebase-ui-auth:4.0.0'
implementation 'com.firebaseui:firebase-ui-auth:4.0.1'
implementation 'com.google.android.gms:play-services-auth:15.0.1'

testImplementation 'junit:junit:4.12'
Expand Down
8 changes: 4 additions & 4 deletions functions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 4,11 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:4.0.0'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -19,7 19,7 @@ allprojects {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}

Expand Down
Loading

0 comments on commit d3e6b90

Please sign in to comment.