Re: Android API Level 26 required as of August 2018

2018-05-18 Thread J. Landman Gay via use-livecode
Thanks for the quick fix, Ali. I'll copy it for now, I'm going to need it next week. On 5/18/18 3:23 PM, Ali Lloyd via use-livecode wrote: PR: https://github.com/livecode/livecode/pull/6536 I've managed to lock myself out of Bugzilla, so will finish it off when I've reported a bug! But obvious

Re: Android API Level 26 required as of August 2018

2018-05-18 Thread Ali Lloyd via use-livecode
PR: https://github.com/livecode/livecode/pull/6536 I've managed to lock myself out of Bugzilla, so will finish it off when I've reported a bug! But obviously the patch can be applied locally if anyone needs it urgently. On Fri, May 18, 2018 at 9:05 PM Ali Lloyd wrote: > Currently the merge only

Re: Android API Level 26 required as of August 2018

2018-05-18 Thread Ali Lloyd via use-livecode
Currently the merge only takes the maximum of the provided minimum SDK versions, which is something of an oversight. However it's an easy patch to ensure it takes the maximum of the target versions too - I will submit a PR shortly. On Fri, May 18, 2018 at 8:17 PM J. Landman Gay via use-livecode <

Re: Android API Level 26 required as of August 2018

2018-05-18 Thread J. Landman Gay via use-livecode
Answering myself, the target version is already included in the Android manifest that LC uses by default. It is set to be the same as the minimum version. We can edit that to use a different number. Make a copy of the default manifest, located at: /Contents/Tools/Runtime/Android/Manifest.xml C

Re: Android API Level 26 required as of August 2018

2018-05-18 Thread J. Landman Gay via use-livecode
I brought this up on the list a while ago. The target version is different from the minimum version I think, and there's no way to specify a target in standalone settings. I think we'll need to create our own manifest that includes the target. I'll have to look up how to do that, I'm not sure y

Android API Level 26 required as of August 2018

2018-05-18 Thread bob--- via use-livecode
I posted an APK to the Google Play Store today for another project I work on (not LC based) and received a warning that I've not seen before (1 week ago the same App not receive this warning). "Target API level requirements from August 2018 Warning: Your app currently targets API level 25 and mu