Skip to content

Commit

Permalink
Updated apk naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyy232 committed Oct 11, 2024
1 parent ea84410 commit 6fe29df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {
onVariants { variant ->
variant.outputs.forEach { output ->
val abi = output.filters.find { it.filterType == FilterConfiguration.FilterType.ABI }?.identifier
val apkName = "paperize-v${output.versionName}-${abi ?: "universal"}.apk"
val apkName = "paperize-v${output.versionName}"
output.versionName.set(apkName)
}
}
Expand Down

0 comments on commit 6fe29df

Please sign in to comment.