diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index f5bafdc..62dac80 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -19,13 +19,13 @@ jobs: # - name: macOS # os: macos-latest - - name: Android32 - os: ubuntu-latest - target: Android32 + # - name: Android32 + # os: ubuntu-latest + # target: Android32 - - name: Android64 - os: ubuntu-latest - target: Android64 + # - name: Android64 + # os: ubuntu-latest + # target: Android64 name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }} @@ -38,6 +38,8 @@ jobs: - name: Build the mod uses: geode-sdk/build-geode-mod@main with: + sdk: 'nightly' + cli: 'v3.0.0-beta.1' combine: true target: ${{ matrix.config.target }} diff --git a/mod.json b/mod.json index 621b198..a0dc055 100644 --- a/mod.json +++ b/mod.json @@ -2,9 +2,9 @@ "geode": "3.0.0-alpha.1", "gd": { "win": "2.206", - "android": "2.205" + "android": "2.206" }, - "version": "v0.2.0-beta.1", + "version": "0.2.0-beta.1", "id": "flafy.autonong", "name": "Auto Nong", "developer": "Flafy", @@ -19,8 +19,8 @@ "dependencies": [ { "id": "fleym.nongd", - "version": ">=2.10.0-beta.3", - "required": true + "version": ">=2.10.0-beta.4", + "importance": "Required" } ], "resources": {