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 6fe29df commit 5197800
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import com.android.build.api.variant.FilterConfiguration

plugins {
alias(libs.plugins.androidApplication)
alias(libs.plugins.kotlinAndroid)
Expand Down Expand Up @@ -76,7 +74,6 @@ android {
androidComponents {
onVariants { variant ->
variant.outputs.forEach { output ->
val abi = output.filters.find { it.filterType == FilterConfiguration.FilterType.ABI }?.identifier
val apkName = "paperize-v${output.versionName}"
output.versionName.set(apkName)
}
Expand Down

0 comments on commit 5197800

Please sign in to comment.