https://github.com/jorgecastillo/KanaDrill
Raw File
Tip revision: 15bee6f14a170f03242acf9052fd8d97c74a9911 authored by Jorge Castillo on 07 September 2016, 19:52:46 UTC
Version 1.3.0 published to Google Play
Tip revision: 15bee6f
build.gradle
// 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.1.3'
    }
}

allprojects {
    repositories {
        jcenter()
    }
}
back to top