Sha256: d6e37dd4f9bbd63f4a1033896722b31449067e68ae34d6ccd02fbaa182a04383
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
apply plugin: 'com.android.library' <%- if library_options.include?('android-maven-gradle-plugin') -%> apply plugin: 'com.github.dcendents.android-maven' <%- end -%> android { compileSdkVersion compile_sdk_version as int buildToolsVersion build_tools_version defaultConfig { minSdkVersion min_sdk_version targetSdkVersion target_sdk_version versionCode 1 versionName "1.0" } } dependencies { }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
robotkit-0.4.1 | fixtures/{library_module}/build.gradle.erb |
robotkit-0.4.0 | fixtures/{library_module}/build.gradle.erb |