Sha256: 032b1e88190539f28d247dba0f3eb0055b299402174adf2118ba9158ecd2fae0

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

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

1 entries across 1 versions & 1 rubygems

Version Path
robotkit-0.3.0 fixtures/{library_module}/build.gradle