buildSrc/build.gradle.kts
changeset 113 32e2a09387f8
parent 54 53068a23963e
child 114 573c45437ea9
equal deleted inserted replaced
112:f743848fbaf9 113:32e2a09387f8
    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.3.0")
    46     implementation("com.android.tools.build:gradle:3.3.2")
    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.1.0")
    49     implementation("com.github.triplet.gradle:play-publisher:2.1.0")
    50 }
    50 }