Skip to content

Commit 59fe40f

Browse files
committed
clean后,重新生成混淆包无dex文件
1 parent 603b8ee commit 59fe40f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

matrix/matrix-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
1515
#Tue Jun 20 10:24:33 CST 2017
1616

1717

18-
VERSION_NAME_PREFIX=0.9.0
18+
VERSION_NAME_PREFIX=0.9.1
1919
VERSION_NAME_SUFFIX=
2020
## two options: Internal (for wechat), External (for public repo)
2121
PUBLISH_CHANNEL=Internal

matrix/matrix-android/matrix-gradle-plugin/src/main/kotlin/com/tencent/matrix/plugin/task/MatrixTraceTask.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ abstract class MatrixTraceTask : DefaultTask() {
6565
@get:Input
6666
abstract val traceClassOutputDirectory: Property<String>
6767

68-
@get:OutputFiles
6968
abstract val classOutputs: ConfigurableFileCollection
7069

7170
@get:OutputFile

0 commit comments

Comments
 (0)