buildSrc/build.gradle.kts
changeset 15 fc8b8638d5e3
parent 6 99ad8c14fec2
child 17 e395df7aa39f
equal deleted inserted replaced
14:222aa3a71ff1 15:fc8b8638d5e3
    45         url = uri("https://kotlin.bintray.com/kotlinx")
    45         url = uri("https://kotlin.bintray.com/kotlinx")
    46     }
    46     }
    47 }
    47 }
    48 
    48 
    49 dependencies {
    49 dependencies {
    50     implementation("com.android.tools.build:gradle:3.6.3")
    50     implementation("com.android.tools.build:gradle:4.0.1")
    51     implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71")
    51     implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71")
    52     implementation("com.genymotion:plugin:1.4.2")
    52     implementation("com.genymotion:plugin:1.4.2")
    53     implementation("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0")
    53     implementation("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0")
    54     implementation("com.github.triplet.gradle:play-publisher:2.7.2")
    54     implementation("com.github.triplet.gradle:play-publisher:2.7.2")
    55 
    55