Sha256: dfc52034d879480af8dcf171a9af84ef6e2e0fa175b0b998f3de15d1cf3af0c6
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' <%- if library_options.include?('android-maven-gradle-plugin') -%> classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' <%- end -%> } } allprojects { repositories { jcenter() google() } } task clean(type: Delete) { delete rootProject.buildDir }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
robotkit-0.4.1 | fixtures/build.gradle.erb |
robotkit-0.4.0 | fixtures/build.gradle.erb |