blob: 0a44703a77e8261594611cd0e76296581183feba [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19 // This will be replaced by AndroidGradleTestCase
}
dependencies {
implementation platform(project(':platform'))
implementation "com.android.support:appcompat-v7"
}