Skip to content

Commit

Permalink
APK作成時のファイル名を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshihiro Oyama committed Mar 4, 2017
1 parent 5783fe1 commit 4184225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
def versionName = defaultConfig.versionName
def flavor = variant.flavorName
def date = new java.text.SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date())
def newName = "jp.juggler.fadownloader-${versionCode}-${versionName}-${date}-${flavor}.apk"
def newName = "FADownloader-${versionCode}-${versionName}-${date}-${flavor}.apk"
output.outputFile = new File((String) output.outputFile.parent, (String) newName)
}
}
Expand Down

0 comments on commit 4184225

Please sign in to comment.