Skip to content

Add manifestPlaceholders#2301

Merged
AndreMiras merged 1 commit intokivy:developfrom
misl6:feature/manifestPlaceholders
Aug 20, 2020
Merged

Add manifestPlaceholders#2301
AndreMiras merged 1 commit intokivy:developfrom
misl6:feature/manifestPlaceholders

Conversation

@misl6
Copy link
Member

@misl6 misl6 commented Aug 19, 2020

This PR implements the manifestPlaceholders usage as described here: https://developer.android.com/studio/build/manifest-build-variables

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nothing against it as long as it doesn't break default setup

targetSdkVersion {{ android_api }}
versionCode {{ args.numeric_version }}
versionName '{{ args.version }}'
manifestPlaceholders = {{ args.manifest_placeholders}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't get a chance to check, but I assume this default behaviour you introduced doesn't break anything right?
Could you try to run the auto-compiled test apps on device and confirm it's not breaking?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It just adds an empty map, so it shouldn't break anything.
BTW, I just downloaded the artifact for arm64-v8a and it works flawlessly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice thanks for giving a try, let's merge 🚀

@AndreMiras AndreMiras merged commit 5ae7676 into kivy:develop Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants