Skip to content

Commit 5e1e82d

Browse files
committed
see 04/10 log
1 parent 60fdd85 commit 5e1e82d

File tree

2 files changed

+2
-1
lines changed
  • feature/utilcode/pkg/src/main/java/com/blankj/utilcode/pkg
  • lib/common/src/main/assets

2 files changed

+2
-1
lines changed

feature/utilcode/pkg/src/main/java/com/blankj/utilcode/pkg/Config.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ object Config {
1414
val FILE_SEP = System.getProperty("file.separator")
1515
val LINE_SEP = System.getProperty("line.separator")
1616
const val TEST_PKG = "com.blankj.testinstall"
17-
val TEST_APK_PATH: String = PathUtils.getCachePathExternalFirst() + FILE_SEP + "test_install.apk"
17+
val CACHE_PATH = PathUtils.getCachePathExternalFirst() + FILE_SEP
18+
val TEST_APK_PATH: String = CACHE_PATH + "test_install.apk"
1819
}
1.72 MB
Binary file not shown.

0 commit comments

Comments
 (0)