Skip to content

Commit

Permalink
Auto-update dependencies. (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and samtstern committed Jul 15, 2019
1 parent f68e0d7 commit da5db7b
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion admob/app/build.gradle
Expand Up @@ -43,7 +43,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"
}

apply plugin: 'com.google.gms.google-services'
2 changes: 1 addition & 1 deletion analytics/app/build.gradle
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion app-indexing/app/build.gradle
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"
// [START app_indexing_gradle_dep]
implementation 'com.google.firebase:firebase-appindexing:19.0.0'
// [END app_indexing_gradle_dep]
Expand Down
2 changes: 1 addition & 1 deletion auth/app/build.gradle
Expand Up @@ -65,7 +65,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"
}

apply plugin: 'com.google.gms.google-services'
2 changes: 1 addition & 1 deletion config/app/build.gradle
Expand Up @@ -27,7 +27,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion crash/app/build.gradle
Expand Up @@ -43,7 +43,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"
}

apply plugin: 'com.google.gms.google-services'
2 changes: 1 addition & 1 deletion database/app/build.gradle
Expand Up @@ -33,7 +33,7 @@ androidExtensions {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion dynamiclinks/app/build.gradle
Expand Up @@ -41,7 +41,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion firestore/app/build.gradle
Expand Up @@ -40,7 +40,7 @@ androidExtensions {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

// Firestore
implementation 'com.google.firebase:firebase-core:17.0.1'
Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle
Expand Up @@ -29,7 +29,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion inappmessaging/app/build.gradle
Expand Up @@ -30,7 +30,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion internal/lint/build.gradle
Expand Up @@ -6,7 +6,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7

dependencies {
compileOnly "com.android.tools.lint:lint-api:26.4.2"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"
testImplementation "com.android.tools.lint:lint:26.4.2"
testImplementation "com.android.tools.lint:lint-tests:26.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion messaging/app/build.gradle
Expand Up @@ -51,7 +51,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"
}

apply plugin: 'com.google.gms.google-services'
2 changes: 1 addition & 1 deletion mlkit-langid/app/build.gradle
Expand Up @@ -23,7 +23,7 @@ android {
dependencies {
implementation project(':internal:lintchecks')
implementation project(':internal:chooserx')
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41'

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion mlkit-smartreply/app/build.gradle
Expand Up @@ -28,7 +28,7 @@ android {
dependencies {
implementation project(':internal:chooserx')
implementation project(":internal:lintchecks")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions mlkit-translate/app/build.gradle
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation project(':internal:chooserx')
implementation project(":internal:lintchecks")
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand All @@ -53,7 +53,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
implementation 'org.apache.commons:commons-collections4:4.3'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'com.google.guava:guava:27.1-android'

implementation 'com.google.firebase:firebase-ml-natural-language:20.0.1'
Expand Down
2 changes: 1 addition & 1 deletion mlkit/app/build.gradle
Expand Up @@ -31,7 +31,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(':internal:chooserx')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.camera:camera-camera2:1.0.0-alpha01'
Expand Down
2 changes: 1 addition & 1 deletion perf/app/build.gradle
Expand Up @@ -34,7 +34,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'com.google.firebase:firebase-core:17.0.1'
implementation 'com.google.firebase:firebase-perf:18.0.1'
Expand Down
2 changes: 1 addition & 1 deletion storage/app/build.gradle
Expand Up @@ -27,7 +27,7 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41"

implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down

0 comments on commit da5db7b

Please sign in to comment.