Skip to content

Commit 29eded8

Browse files
committed
处理发布release发生的错误
1 parent 76f7170 commit 29eded8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ android {
103103
abortOnError false
104104
}
105105
sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } }
106-
repositories {
107-
flatDir { dirs 'libs' }
108-
}
109106
applicationVariants.all { variant ->
110107
variant.outputs.all {
111108
def date = new Date().format("yyyyMMddHH" , TimeZone.getTimeZone("GMT+08"))

0 commit comments

Comments
 (0)