We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fdd85 commit 5e1e82dCopy full SHA for 5e1e82d
feature/utilcode/pkg/src/main/java/com/blankj/utilcode/pkg/Config.kt
@@ -14,5 +14,6 @@ object Config {
14
val FILE_SEP = System.getProperty("file.separator")
15
val LINE_SEP = System.getProperty("line.separator")
16
const val TEST_PKG = "com.blankj.testinstall"
17
- val TEST_APK_PATH: String = PathUtils.getCachePathExternalFirst() + FILE_SEP + "test_install.apk"
+ val CACHE_PATH = PathUtils.getCachePathExternalFirst() + FILE_SEP
18
+ val TEST_APK_PATH: String = CACHE_PATH + "test_install.apk"
19
}
lib/common/src/main/assets/test_install
1.72 MB
0 commit comments