Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandazevedo authored Dec 4, 2018
1 parent 00f893f commit 38e3980
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 @@ -24,7 +24,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode application.versionCode
versionName application.versionName
versionName "$application.versionName"
//TODO Create custom runner for inversion of contrl on tests
testInstrumentationRunner "com.hernandazevedo.moviedb.runner.ApplicationTestRunner"
setProperty("archivesBaseName", applicationId + "-v" + versionName + "-" + versionCode)
Expand Down

0 comments on commit 38e3980

Please sign in to comment.