Wizard: fix Gradle buildscript formatting

#KT-37965 fixed
This commit is contained in:
Ilya Kirillov
2020-09-08 16:03:02 +03:00
parent 0f799d593d
commit 553c525701
61 changed files with 192 additions and 13 deletions
@@ -3,6 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
id 'kotlin-android-extensions'
}
group = 'testGroupId'
version = '1.0-SNAPSHOT'
@@ -15,11 +16,13 @@ repositories {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
}
}
dependencies {
implementation 'com.google.android.material:material:1.2.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}
android {
compileSdkVersion 29
defaultConfig {
@@ -3,6 +3,7 @@ plugins {
kotlin("android")
id("kotlin-android-extensions")
}
group = "testGroupId"
version = "1.0-SNAPSHOT"
@@ -15,11 +16,13 @@ repositories {
url = uri("https://dl.bintray.com/kotlin/kotlin-dev")
}
}
dependencies {
implementation("com.google.android.material:material:1.2.0")
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
}
android {
compileSdkVersion(29)
defaultConfig {
@@ -12,6 +12,7 @@ buildscript {
classpath('com.android.tools.build:gradle:4.0.1')
}
}
group = 'testGroupId'
version = '1.0-SNAPSHOT'
@@ -12,6 +12,7 @@ buildscript {
classpath("com.android.tools.build:gradle:4.0.1")
}
}
group = "testGroupId"
version = "1.0-SNAPSHOT"