Skip to content

Commit

Permalink
Just a test? i may revert later
Browse files Browse the repository at this point in the history
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
  • Loading branch information
HeCodes2Much committed Jun 17, 2024
1 parent 8424d35 commit f32b696
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 @@ -103,7 +103,7 @@ android {
val output = this as? com.android.build.gradle.internal.api.BaseVariantOutputImpl
if (output?.outputFileName?.endsWith(".apk") == true) {
output.outputFileName =
"${defaultConfig.applicationId}_v${defaultConfig.versionName}-Signed.apk"
"${defaultConfig.applicationId}_v${defaultConfig.versionName}-Release.apk"
}
}
}
Expand Down

0 comments on commit f32b696

Please sign in to comment.