Skip to content

Commit

Permalink
Downgrade kotlin gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
awush-stripe committed Jul 15, 2021
1 parent b251d7b commit 9b1651a
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

plugins {
id 'org.jetbrains.kotlin.plugin.serialization' version "1.5.21"
id 'org.jetbrains.kotlin.plugin.serialization' version "1.4.32"
id 'org.jetbrains.dokka' version '1.5.0'
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions cardscan-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

dependencies {
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}
4 changes: 2 additions & 2 deletions cardscan-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
}

dependencies {
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

apply from: 'deploy.gradle'
4 changes: 2 additions & 2 deletions scan-camera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
}

dependencies {
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

apply from: 'deploy.gradle'
4 changes: 2 additions & 2 deletions scan-camera2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

dependencies {
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

apply from: 'deploy.gradle'
4 changes: 2 additions & 2 deletions scan-camerax/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

dependencies {
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

apply from: 'deploy.gradle'
4 changes: 2 additions & 2 deletions scan-framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
}

dependencies {
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
}

Expand Down
4 changes: 2 additions & 2 deletions scan-payment-full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

dependencies {
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
}

Expand Down
4 changes: 2 additions & 2 deletions scan-payment-minimal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

dependencies {
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
}

Expand Down
4 changes: 2 additions & 2 deletions scan-payment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

dependencies {
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
}

Expand Down
4 changes: 2 additions & 2 deletions scan-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ dependencies {
testImplementation "androidx.test:core:1.4.0"
testImplementation "androidx.test:runner:1.4.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

dependencies {
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.4.32"
}

apply from: 'deploy.gradle'

0 comments on commit 9b1651a

Please sign in to comment.