Skip to content

Commit acea24f

Browse files
Remove archivesBaseName from build.gradle
The `archivesBaseName` property was removed from the app-level `build.gradle` file. This property was used to customize the base name of the generated APK/AAB files.
1 parent 5d00c51 commit acea24f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ android {
1414
targetSdk 36
1515
versionCode 41
1616
versionName '5.0.2'
17-
archivesBaseName = "${applicationId}-v${versionName}"
1817
vectorDrawables.useSupportLibrary = true
1918
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2019
resourceConfigurations += ['en', 'de', 'es', 'fr', 'hi', 'hu', 'in', 'it', 'ja', 'ro', 'ru', 'tr', 'sv', 'bg', 'pl', 'uk']

0 commit comments

Comments
 (0)