tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.74k stars 1.21k forks source link

Open tickets #13411

Open m1ga opened 2 years ago

m1ga commented 2 years ago

Update notes

package.json

check #13781

Workflows

Homebrew is not available by default anymore. You'll have to add

    - name: Set up Homebrew
      id: set-up-homebrew
      uses: Homebrew/actions/setup-homebrew@master

Java 11 is needed

    - name: Setup Java
      uses: actions/setup-java@v2
      with:
        distribution: 'adopt'
        java-version: '11'

I went through all repos and collected some real/waiting PRs (not the dep PRs or really old ones)

perhaps I've missed some :smile: But at least we have some overview of tickets that can be reviewed at some point.

caspahouzer commented 2 years ago

https://github.com/tidev/titanium-docs/pull/106 has to be merged with a new alloy version. But that won't be any problem