We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6783b commit b817abfCopy full SHA for b817abf
1 file changed
app/src/main/java/com/tomclaw/appsend_rb/util/Files.kt
@@ -8,7 +8,7 @@ import com.tomclaw.appsend_rb.dto.AppEntity
8
import java.io.File
9
10
fun getApkPrefix(item: AppEntity): String {
11
- return escapeFileSymbols(item.label + "-" + item.versionCode)
+ return escapeFileSymbols(item.packageName + "_" + item.versionName)
12
}
13
14
fun getApkSuffix(): String {
0 commit comments