Skip to content

Commit

Permalink
Changed Build script to build version named apk
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed May 23, 2023
1 parent e30cef9 commit 68647d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "2.1.0"
archivesBaseName = "Word_Sense-$versionName"
// project.ext.set("archivesBaseName", "YourAppName-" + versionName);
}

splits {
Expand Down

0 comments on commit 68647d3

Please sign in to comment.