diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 34ef7a6e77..899c02744a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ +github: AndroidIDEOfficial open_collective: androidide custom: ['https://androidide.com/donate.php'] diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index e29e012c5b..3083713e07 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -40,7 +40,8 @@ body: label: What version of AndroidIDE you're using? multiple: false options: - - v2.1.4 (debug builds) + - v2.2.0 (debug builds) + - v2.2.0 - v2.1.4 - v2.1.3 - v2.1.2 diff --git a/.github/ISSUE_TEMPLATE/FEATURE.yml b/.github/ISSUE_TEMPLATE/FEATURE.yml index a1e274c0d0..fe97c7ad76 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE.yml @@ -32,7 +32,8 @@ body: label: What version of AndroidIDE you're using? multiple: false options: - - v2.1.4 (debug builds) + - v2.2.0 (debug builds) + - v2.2.0 - v2.1.4 - v2.1.3 - v2.1.2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4046526794..6a29890fe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' - name: Change Gradle wrapper permissions run: chmod +x ./gradlew @@ -170,7 +170,7 @@ jobs: name: Publish release runs-on: ubuntu-latest needs: [build_apk, unit_test_debug, test_tooling_api] - if: ${{ always() && github.ref == 'refs/heads/main' && needs.build_apk.result == 'success' && needs.unit_test_debug.result == 'success' && needs.test_tooling_api.result == 'success' }} + if: ${{ always() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && needs.build_apk.result == 'success' && needs.unit_test_debug.result == 'success' && needs.test_tooling_api.result == 'success' }} steps: - name: Checkout uses: actions/checkout@v3 @@ -206,4 +206,4 @@ jobs: if: ${{ always() }} with: name: .nyx-state-${{ github.job }}.json - path: build/nyx-state.json \ No newline at end of file + path: build/nyx-state.json diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 0d2a97e783..908145ff27 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -8,11 +8,6 @@