try to avoid not supporting translucent

This commit is contained in:
huangyuhui
2017-06-11 21:46:54 +08:00
parent 091898551e
commit cfa7b4832a
5 changed files with 21 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ apply plugin: 'maven'
dependencies {
compile 'com.google.code.gson:gson:2.2.4' // Apache License 2.0
compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.2"
//compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.2"
}
task sourcesJar(type: Jar, dependsOn: classes, description: 'Creates a jar from the source files.') {