Sign in
android
/
platform
/
tools
/
studio
/
google
/
appindexing
/
b3f76613e59063577305354117627010696d61e3
/
.
/
testData
/
ApiCreator
/
build.gradle
blob: 02c954f0667be114adc22a05bbdc5d0407c32152 [
file
] [
log
] [
blame
]
apply plugin
:
'com.android.application'
android
{
compileSdkVersion
22
buildToolsVersion
"22.0.1"
}
dependencies
{
compile fileTree
(
dir
:
'libs'
,
include
:
[
'*.jar'
])
testCompile
'junit:junit:4.12'
compile
'com.android.support:appcompat-v7:22.2.1'
}