Sha256: 69927526a687ad5e75757f6c320a42a1a6008bef9a0936a7e91293283957cfa3

Contents?: true

Size: 498 Bytes

Versions: 6

Compression:

Stored size: 498 Bytes

Contents

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.3'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
alphatau-0.1.0 ext/alphatau/native/sdl/android-project/build.gradle
commandly-0.2.2 templates/android/build.gradle
commandly-0.2.1 templates/android/build.gradle
commandly-0.2.0 templates/android/build.gradle
commandly-0.1.2 templates/android/build.gradle
commandly-0.1.1 templates/android/build.gradle