OpenGrok
Cross Reference: build.gradle
xref
: /
tools
/
build
/
testapps
/
tictactoe
/
lib
/
build.gradle
Home
|
History
|
Annotate
|
Download
|
only in
lib
1
apply plugin: 'android-library'
2
3
android {
4
target = "android-15"
5
}