Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Enrich android play store upload #27

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

timmutton
Copy link
Collaborator

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

@timmutton timmutton requested review from dotb and davetao March 15, 2019 05:41
Copy link
Collaborator

@davetao davetao left a 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.

Copy link
Member

@dotb dotb left a 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";
Copy link
Member

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
Copy link
Member

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?

Copy link
Collaborator Author

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

Tim Mutton added 3 commits May 10, 2019 13:12
@timmutton
Copy link
Collaborator Author

@dotb i honestly dont remember why I put the libs there, but ive removed them and everything seems to work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants