Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Changelog (0.2 sec)

  1. mkdocs.yml

            # Redirect all changelog pages to changelog/*
            'changelog.md': 'changelogs/changelog.md'
            'upgrading_to_okhttp_4.md': 'changelogs/upgrading_to_okhttp_4.md'
            'changelog_3x.md': 'changelogs/changelog_3x.md'
            'changelog_2x.md': 'changelogs/changelog_2x.md'
            'changelog_1x.md': 'changelogs/changelog_1x.md'
            # Redirect all contributing pages to contribute/*
    Others
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Nov 20 15:26:12 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  2. .github/workflows/build.yml

          - name: Configure JDK
            uses: actions/setup-java@v4
            with:
              distribution: 'zulu'
              java-version: 17
    
          - name: Enable KVM group perms
            # https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/
            run: |
    Others
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Apr 15 01:51:50 GMT 2024
    - 17.2K bytes
    - Viewed (0)
Back to top