-
Notifications
You must be signed in to change notification settings - Fork 1
Enrich android play store upload #27
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@timmutton thanks for fixing the Kotlin issues that we had earlier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to include the binary library files as Maven dependencies? Maybe these aren't available in Maven...
@@ -19,5 +18,6 @@ private AndroidPropConstants() { | |||
public static final String BUILD_PROP_HOCKEYAPP_TOKEN = "hockappToken"; | |||
public static final String BUILD_PROP_HOCKEYAPP_RELEASE_TAGS = "hockeyappReleaseTags"; | |||
public static final String BUILD_PROP_HOCKEYAPP_RELEASE_NOTES = "hockeyappReleaseNotes"; | |||
public static final String BUILD_PROP_FILENAME_FILTERS = "fileNameFilters"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @timmutton , do you mind adding some documentation for the new fileNameFilters parameter on the Github wiki and example config file?
@@ -29,6 +29,8 @@ public void performTask(BuildEnvironment buildEnvironment) throws TaskFailedExce | |||
String scheme = buildEnvironment.getProperty(BUILD_PROP_SCHEME); | |||
String keystorePath = buildEnvironment.getProperty(BUILD_PROP_JAVA_KEYSTORE_PATH); | |||
String storePass = buildEnvironment.getProperty(BUILD_PROP_STOREPASS); | |||
|
|||
// TODO: these are likely to be incorrect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to clean this one up before we merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be a separate fix, this is just something while i was digging around
…loitteDigitalAPAC/readyci into tech/enrich_android_play_store_upload
@dotb i honestly dont remember why I put the libs there, but ive removed them and everything seems to work |
Investigating whether we can derive the output filename from the assemble task, submitting this in case it doesnt work out or I get pulled away.
Some of the logic from the play store uploaded ended up in the hockey app upload