buildSrc/build.gradle.kts
changeset 49 fb9bfa6d7a40
parent 43 f4d6d383de7e
child 54 53068a23963e
equal deleted inserted replaced
48:39efd5d65b9c 49:fb9bfa6d7a40
    41         url = URI("https://raw.githubusercontent.com/fbarthelery/genymotion-gradle-plugin/master/repo/")
    41         url = URI("https://raw.githubusercontent.com/fbarthelery/genymotion-gradle-plugin/master/repo/")
    42     }
    42     }
    43 }
    43 }
    44 
    44 
    45 dependencies {
    45 dependencies {
    46     implementation("com.android.tools.build:gradle:3.2.1")
    46     implementation("com.android.tools.build:gradle:3.3.0")
    47     implementation("com.genymotion:plugin:1.4.1")
    47     implementation("com.genymotion:plugin:1.4.1")
    48     implementation("gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0")
    48     implementation("gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0")
    49     implementation("com.github.triplet.gradle:play-publisher:2.0.0-rc2")
    49     implementation("com.github.triplet.gradle:play-publisher:2.0.0-rc2")
    50 }
    50 }