Skip to content

Commit

Permalink
chore(*): remove kotlin-stdlib-jdk7 dependency (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Sep 10, 2020
1 parent 662aecd commit 85c682d
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion admob/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
}

apply plugin: 'com.google.gms.google-services'
1 change: 0 additions & 1 deletion analytics/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
Expand Down
1 change: 0 additions & 1 deletion app-indexing/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
// [START app_indexing_gradle_dep]
implementation 'com.google.firebase:firebase-appindexing:19.1.0'
// [END app_indexing_gradle_dep]
Expand Down
1 change: 0 additions & 1 deletion auth/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
}

apply plugin: 'com.google.gms.google-services'
1 change: 0 additions & 1 deletion config/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'com.google.android.material:material:1.2.1'

Expand Down
1 change: 0 additions & 1 deletion crash/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
}

apply plugin: 'com.google.gms.google-services'
1 change: 0 additions & 1 deletion database/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ androidExtensions {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
Expand Down
1 change: 0 additions & 1 deletion dynamiclinks/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'com.google.android.material:material:1.2.1'

Expand Down
1 change: 0 additions & 1 deletion firestore/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ androidExtensions {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

// Firestore (Java)
implementation 'com.google.firebase:firebase-firestore:21.6.0'
Expand Down
1 change: 0 additions & 1 deletion functions/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
Expand Down
1 change: 0 additions & 1 deletion inappmessaging/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
Expand Down
1 change: 0 additions & 1 deletion messaging/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
}

apply plugin: 'com.google.gms.google-services'
1 change: 0 additions & 1 deletion mlkit/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(':internal:chooserx')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'androidx.camera:camera-camera2:1.0.0-beta08'
implementation 'androidx.camera:camera-core:1.0.0-beta08'
Expand Down
1 change: 0 additions & 1 deletion perf/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

implementation 'com.google.firebase:firebase-perf:19.0.8'

Expand Down
1 change: 0 additions & 1 deletion storage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ android {
dependencies {
implementation project(":internal:lintchecks")
implementation project(":internal:chooserx")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"

// Storage (Java)
implementation 'com.google.firebase:firebase-storage:19.2.0'
Expand Down

0 comments on commit 85c682d

Please sign in to comment.