We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96733b2 commit 8b848c0Copy full SHA for 8b848c0
app/build.gradle
@@ -103,9 +103,6 @@ android {
103
abortOnError false
104
}
105
sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } }
106
- repositories {
107
- flatDir { dirs 'libs' }
108
- }
109
applicationVariants.all { variant ->
110
variant.outputs.all {
111
def date = new Date().format("yyyyMMddHH" , TimeZone.getTimeZone("GMT+08"))
0 commit comments