This repository was archived by the owner on Feb 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ buildscript {
2626
2727 classpath ' com.github.Triple-T:gradle-play-publisher:8cda31a5d0e3c4f2d7f47ffde6fc3b370e59dd8a'
2828
29- classpath ' com.github.menny:GradleVersion:0.0.2 '
29+ classpath ' com.github.menny:GradleVersion:0.0.4 '
3030
3131 classpath(' fr.avianey.androidsvgdrawable:gradle-plugin:3.0.0' ) {
3232 exclude group : ' xerces'
@@ -42,8 +42,8 @@ apply plugin: "androidsvgdrawable"
4242
4343
4444def generators = [
45- new EnvBuildVersionGenerator.CircleCi (0 ),
46- new GitBuildVersionGenerator (0 ),
45+ new EnvBuildVersionGenerator.CircleCi (0 , 0 ),
46+ new GitBuildVersionGenerator (0 , 0 ),
4747 new StaticVersionGenerator ()
4848]
4949
@@ -62,7 +62,7 @@ android {
6262
6363 // change name of generated apk to make previews and testing of multiple packs easier
6464 def packName = applicationId. substring(applicationId. lastIndexOf(" ." ) + 1 )
65- setProperty(" archivesBaseName" , " ASKLangPack-" + packName + " -v " + versionName + " ( " + versionCode + " ) " )
65+ setProperty(" archivesBaseName" , " ASKLangPack-${ packName} - ${ versionCode} " )
6666
6767 println " Building ${ applicationId} v${ versionName} , version-code ${ versionCode} ..."
6868 }
You can’t perform that action at this time.
0 commit comments