forked from googlemaps/android-maps-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: recomposition demo, updates Camera [googlemaps:googlemaps#543]
- Loading branch information
Showing
23 changed files
with
452 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/wrapper-validation[email protected] | ||
uses: gradle/actions/wrapper-validation@v3 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v2.3.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
|
@@ -54,7 +54,7 @@ jobs: | |
# Commit changes and create a PR | ||
- name: PR Changes | ||
uses: peter-evans/create-pull-request@v3 | ||
uses: peter-evans/create-pull-request@v6 | ||
with: | ||
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} | ||
commit-message: 'docs: Update docs' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,17 +26,17 @@ on: | |
|
||
jobs: | ||
run-instrumentation-test: | ||
runs-on: macOS-latest # enables hardware acceleration in the virtual machine | ||
runs-on: macOS-latest-large # enables hardware acceleration in the virtual machine | ||
timeout-minutes: 30 | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/wrapper-validation[email protected] | ||
uses: gradle/actions/wrapper-validation@v3 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v2.3.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
|
@@ -61,7 +61,7 @@ jobs: | |
|
||
- name: Upload test reports | ||
if: always() | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: test-reports | ||
path: ./app/build/reports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} | ||
- uses: gradle/wrapper-validation[email protected] | ||
- uses: gradle/actions/wrapper-validation@v3 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v2.3.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
|
@@ -51,15 +51,15 @@ jobs: | |
SONATYPE_PASSWORD: ${{ secrets.SYNCED_SONATYPE_PASSWORD }} | ||
SONATYPE_USERNAME: ${{ secrets.SYNCED_SONATYPE_USERNAME }} | ||
|
||
- uses: actions/setup-node@v2 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '14' | ||
|
||
- name: Install conventionalcommits | ||
run: npm i -D conventional-changelog-conventionalcommits | ||
|
||
- name: Semantic Release | ||
uses: cycjimmy/semantic-release-action@v3.4.1 | ||
uses: cycjimmy/semantic-release-action@v4.1.0 | ||
with: | ||
extra_plugins: | | ||
"@semantic-release/[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +32,13 @@ jobs: | |
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- name: Checkout Repo | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/wrapper-validation[email protected] | ||
uses: gradle/actions/wrapper-validation@v3 | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
java-version: '17' | ||
distribution: 'temurin' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.