Files
androidScreenShareAndControl/lib/build.gradle

9 lines
150 B
Groovy
Raw Permalink Normal View History

2016-12-03 12:51:40 +08:00
apply plugin: 'java'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
sourceCompatibility = "1.7"
targetCompatibility = "1.7"