Skip to content

Commit

Permalink
feat(android-play): update sdk to v1.10.3
Browse files Browse the repository at this point in the history
feat(fir-core): remove bitcode and add no-objc-msgsend-selector-stubs compiler flag
  • Loading branch information
marchbold committed Jan 11, 2023
1 parent 952d078 commit b364454
Show file tree
Hide file tree
Showing 47 changed files with 97 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

If you are reporting a bug please make sure you fill out the following information, otherwise delete this template and ask your question.


##### Expected behaviour


##### Actual behaviour


##### Environment

- AIR SDK version:
- Device OS:
- Device version:
- Development IDE:
- Development OS:


##### Logs

Device logs if relevant
47 changes: 47 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Support

As you are a subscribed user of our extensions there are several special support channels that you have access to.



## Check the documentation

### [Documentation Site](https://docs.airnativeextensions.com/)

The best place to start is in the documentation. This forms the most up-to-date documentation for the extensions and is an important place to start using the extensions.

Common issues include
- Check you have all the required support extensions in the "Add the Extension" section;
- Check you have correctly added and updated any manifest additions (Android) and Info Additions / Entitlements (iOS);


### Reference

ASDocs document each of the classes, interfaces, events, functions and properties that you will be using. It is the main reference for the extension. If it's not in the guide you will find it here!


### Changelog

The changelog contains a record of all the changes we have done to the extension.
There are more details in github, referenced with releases but this is publicly available to see the work being done on the extension.



## Search the forum

We use the issue tracker in this repository as a forum for subscribed users to ask questions and submit issues found with the extensions.

When you have a question it is likely someone has had a similar issue before and you can find an answer by searching the closed issues.

Simply use the search bar to search the repository and if you limit the results to **issues** you will see all related questions that have been asked by other users.

[Forum](../../../issues?utf8=✓&q=is%3Aissue%20)


## Ask a question

If you can't find a solution in the existing issues, then feel free to start a new issue to ask your question.
Remember there are no silly questions and we are here to help you as best we can!
We just ask that you provide as much information about your problem as possible, such as platform, versions, AIR SDK used etc.

[Ask a question](../../../issues/new)
19 changes: 19 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Close stale issues and PR'
on:
schedule:
- cron: '30 1 * * 2'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-issue-label: 'stale'
exempt-issue-labels: 'enhancement'
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
days-before-stale: 60
days-before-close: 5
days-before-pr-close: -1
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
###### 2023.01.11 [v27.3.1]

```
feat(android-play): update sdk to v1.10.3
feat(fir-core): remove bitcode and add no-objc-msgsend-selector-stubs compiler flag
```

###### 2022.11.18 [v27.3.0]

```
Expand Down
4 changes: 2 additions & 2 deletions lib/VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| Extension | Version | Android Lib | iOS Lib |
| --- | --- | --- | --- |
| com.google.android.play | 1.10.101 | 1.10.1 | |
| com.google.android.play | 1.10.301 | 1.10.3 | |
| com.google.firebase.adidsupport | 29.0.402 | 29.0.4 | 8.15.0 |
| com.google.firebase.core | 29.0.402 | 29.0.4 | 8.15.0 |
| com.google.firebase.core | 29.0.403 | 29.0.4 | 8.15.0 |
| com.distriqt.playservices.Ads | 21.3.0 | 21.3.0 | |
| com.distriqt.playservices.AdsIdentifier | 18.0.101 | 18.0.1 | |
| com.distriqt.playservices.Analytics | 18.0.101 | 18.0.1 | |
Expand Down
Binary file modified lib/com.distriqt.playservices.Ads.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.AdsIdentifier.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Analytics.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.AppInvite.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.AppSet.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Auth.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Base.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.CloudMessaging.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Drive.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.GCM.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Games.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Identity.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Licensing.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Location.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Maps.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Plus.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.Recaptcha.ane
Binary file not shown.
Binary file modified lib/com.distriqt.playservices.TagManager.ane
Binary file not shown.
Binary file modified lib/com.google.android.play.ane
Binary file not shown.
Binary file modified lib/com.google.firebase.adidsupport.ane
Binary file not shown.
Binary file modified lib/com.google.firebase.core.ane
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Ads.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.AdsIdentifier.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Analytics.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.AppInvite.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.AppSet.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Auth.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Base.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.CloudMessaging.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Drive.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.GCM.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Games.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Identity.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Licensing.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Location.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Maps.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Plus.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.Recaptcha.swc
Binary file not shown.
Binary file modified lib/swc/com.distriqt.playservices.TagManager.swc
Binary file not shown.
Binary file modified lib/swc/com.google.android.play.swc
Binary file not shown.
Binary file modified lib/swc/com.google.firebase.adidsupport.swc
Binary file not shown.
Binary file modified lib/swc/com.google.firebase.core.swc
Binary file not shown.

0 comments on commit b364454

Please sign in to comment.