Update main wizard tests

This commit is contained in:
Kirill Shmakov
2020-08-24 13:49:25 +03:00
parent 147a8c357d
commit 5a91dd0439
18 changed files with 22 additions and 22 deletions
@@ -16,8 +16,8 @@ repositories {
}
}
dependencies {
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}
android {
@@ -16,8 +16,8 @@ repositories {
}
}
dependencies {
implementation("androidx.core:core-ktx:1.2.0")
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("com.google.android.material:material:1.2.0")
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
}
android {
@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath('org.jetbrains.kotlin:kotlin-gradle-plugin:KOTLIN_VERSION')
classpath('com.android.tools.build:gradle:3.5.2')
classpath('com.android.tools.build:gradle:4.0.1')
}
}
group = 'testGroupId'
@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:KOTLIN_VERSION")
classpath("com.android.tools.build:gradle:3.5.2")
classpath("com.android.tools.build:gradle:4.0.1")
}
}
group = "testGroupId"
@@ -11,7 +11,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == 'com.android' || requested.id.name == 'kotlin-android-extensions') {
useModule('com.android.tools.build:gradle:3.5.2')
useModule('com.android.tools.build:gradle:4.0.1')
}
}
}
@@ -11,7 +11,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == "com.android" || requested.id.name == "kotlin-android-extensions") {
useModule("com.android.tools.build:gradle:3.5.2")
useModule("com.android.tools.build:gradle:4.0.1")
}
}
}
@@ -17,8 +17,8 @@ repositories {
}
dependencies {
implementation project(':shared')
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}
android {
@@ -17,8 +17,8 @@ repositories {
}
dependencies {
implementation(project(":shared"))
implementation("androidx.core:core-ktx:1.2.0")
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("com.google.android.material:material:1.2.0")
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
}
android {
@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath('org.jetbrains.kotlin:kotlin-gradle-plugin:KOTLIN_VERSION')
classpath('com.android.tools.build:gradle:3.5.2')
classpath('com.android.tools.build:gradle:4.0.1')
}
}
group = 'me.user'
@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:KOTLIN_VERSION")
classpath("com.android.tools.build:gradle:3.5.2")
classpath("com.android.tools.build:gradle:4.0.1")
}
}
group = "me.user"
@@ -11,7 +11,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == 'com.android' || requested.id.name == 'kotlin-android-extensions') {
useModule('com.android.tools.build:gradle:3.5.2')
useModule('com.android.tools.build:gradle:4.0.1')
}
}
}
@@ -11,7 +11,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == "com.android" || requested.id.name == "kotlin-android-extensions") {
useModule("com.android.tools.build:gradle:3.5.2")
useModule("com.android.tools.build:gradle:4.0.1")
}
}
}
@@ -38,7 +38,7 @@ kotlin {
}
androidMain {
dependencies {
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'com.google.android.material:material:1.2.0'
}
}
androidTest {
@@ -36,7 +36,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation("androidx.core:core-ktx:1.2.0")
implementation("com.google.android.material:material:1.2.0")
}
}
val androidTest by getting {
@@ -36,7 +36,7 @@ kotlin {
}
androidMain {
dependencies {
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'com.google.android.material:material:1.2.0'
}
}
androidTest {
@@ -34,7 +34,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation("androidx.core:core-ktx:1.2.0")
implementation("com.google.android.material:material:1.2.0")
}
}
val androidTest by getting {
@@ -11,7 +11,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == 'com.android' || requested.id.name == 'kotlin-android-extensions') {
useModule('com.android.tools.build:gradle:3.5.2')
useModule('com.android.tools.build:gradle:4.0.1')
}
}
}
@@ -11,7 +11,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == "com.android" || requested.id.name == "kotlin-android-extensions") {
useModule("com.android.tools.build:gradle:3.5.2")
useModule("com.android.tools.build:gradle:4.0.1")
}
}
}