Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Always name apk
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Jul 3, 2016
1 parent df3a924 commit ba9e782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
targetSdkVersion 23
versionCode gitCommitCount
versionName gitTag
//archivesBaseName = "nononsensefilepicker-sample-${gitTag}".toString()
archivesBaseName = "nononsensefilepicker-sample-${gitTag}".toString()
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}

Expand Down

0 comments on commit ba9e782

Please sign in to comment.