Skip to content

Commit

Permalink
chore: updated Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Sep 26, 2023
1 parent ac08b69 commit 7abf195
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/[email protected]

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

# Run dokka and create tar
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/instrumentation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/[email protected]

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Inject Maps API Key
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/[email protected]

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Build modules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'com.google.maps.android:maps-compose-widgets:2.14.1'
// Android Maps Utils KTX
implementation 'com.google.maps.android:maps-utils-ktx:3.5.0'
implementation 'com.google.maps.android:maps-utils-ktx:4.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ junitktx = "1.1.5"
junit = "4.13.2"
kotlin = "1.9.10"
material = "1.9.0"
mapsktx = "3.4.0"
mapsktx = "4.0.0"
mapsecrets = "2.0.1"

[libraries]
Expand Down

0 comments on commit 7abf195

Please sign in to comment.