Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandazevedo authored Nov 30, 2018
1 parent 3f26d86 commit 00f893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
versionName application.versionName
//TODO Create custom runner for inversion of contrl on tests
testInstrumentationRunner "com.hernandazevedo.moviedb.runner.ApplicationTestRunner"
setProperty("archivesBaseName", applicationId + "-v" + versionCode + "-" + versionName)
setProperty("archivesBaseName", applicationId + "-v" + versionName + "-" + versionCode)
}

sourceSets {
Expand Down

0 comments on commit 00f893f

Please sign in to comment.