Dale Hawkins
ffabd3039d
chore: Update Gradle and standardize on Java 17 ( #2306 )
...
* chore: Update Gradle wrapper to version 8.8
Upgrades the Gradle wrapper files to version 8.8 to ensure compatibility with the latest features and performance improvements. This includes updating the wrapper JAR, properties, and shell scripts.
* chore: update gradle version
* chore: Standardize on Java 17
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
---------
Co-authored-by: Enrique López-Mañas <eenriquelopez@gmail.com>
2025-10-09 22:41:49 +02:00
Enrique López-Mañas
0e44b0716d
docs: updated URLs ( #2291 )
...
* docs: updated URLs
* docs: updated URLs
* docs: updated URLs
2025-10-03 09:47:17 -07:00
Enrique López-Mañas
a15cb45067
chore: updated versions ( #2135 )
...
* chore: updated versions
* chore: updated snippets
* chore: updated tutorials java
* chore: updated tutorials java
* chore: permission
* chore: permission
* chore: added material
2025-06-25 11:24:13 -06:00
Dale Hawkins
561e82926e
fix: always use secrets.properties for storing the API keys ( #1812 )
2024-09-19 11:16:35 -06:00
Enrique López Mañas
42f3887bac
feat: tooling modernization ( #1753 )
...
* feat: tooling modernization
* chore: headers
* chore: headers
* feat: tooling modernization
* removed script
2024-08-20 14:33:51 -06:00
Angela Yu
8e47cfbe21
chore: update build.gradle comments for adding an API key ( #1756 )
2024-08-16 12:26:28 -07:00
Angela Yu
710c6ee148
chore: update all instructions to use secrets.properties ( #1755 )
...
* chore: update WearOS readme
* chore: update WearOS AGP version
* chore: remove outdated API key instructions
* chore: update comments in build.gradle
2024-08-16 11:12:20 -07:00
saranvd
4fef493e6f
chore: Updates the app level build.gradle in tutorials ( #1754 )
...
Edit the properties of the plugin to set propertiesFileName to secrets.properties.
2024-08-16 11:08:21 -07:00
Enrique López Mañas
58cf1c3892
chore: fixed build after the dependabot updates ( #1697 )
...
* chore: fixed build after the dependabot updates
* chore: increased minSdk to 21
* chore: compose updated
* chore: fixed duplicates issue
* chore: fixed duplicates issues
* chore: fixed duplicates issues
2024-07-10 15:11:45 -06:00
dependabot[bot]
c567b4a79c
chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /tutorials/java/MapWithMarker ( #1663 )
...
chore(deps): bump androidx.test.espresso:espresso-core
Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1.
---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:07:25 +00:00
dependabot[bot]
16c72391ec
chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/java/MapWithMarker ( #1664 )
...
chore(deps): bump androidx.test.ext:junit
Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1.
---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:05:51 +00:00
dependabot[bot]
394c7035fc
chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/java/MapWithMarker ( #1642 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 13:05:42 +00:00
dependabot[bot]
44e4fefc5c
chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/java/MapWithMarker ( #1625 )
...
chore(deps): bump androidx.appcompat:appcompat
Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 13:20:31 +00:00
dependabot[bot]
602a8c288c
chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/java/MapWithMarker ( #1616 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 13:57:07 +00:00
Enrique López Mañas
273126a7c7
chore: improved git hook to add Google API Keys ( #1576 )
...
* chore: improved git hook to add Google API Keys
* chore: updated Gradle
2024-05-17 05:10:18 -06:00
dependabot[bot]
37d533f202
chore(deps): bump com.android.tools.build:gradle from 8.3.2 to 8.4.0 in /tutorials/java/MapWithMarker ( #1564 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.3.2 to 8.4.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 13:05:29 +00:00
Enrique López Mañas
1df7d3d37a
fix: updated dependencies to solve compilation issue ( #1557 )
...
* fix: versions and dependencies updated to allow compilation
* fix: duplicated libraries
* fix: updated Gradle
* fix: updated Manifest
* fix: updated Gradle
* fix: fixed header
2024-05-02 14:54:21 -06:00
Angela Yu
cf74be5bc2
chore: add region tag to basic map demo and upgrade gradle ( #1551 )
...
* chore: add region tag to basic map demo
* chore: update gradle verison
2024-04-24 17:23:01 -07:00
dependabot[bot]
0cfff93e4d
chore(deps): bump com.android.tools.build:gradle from 8.3.1 to 8.3.2 in /tutorials/java/MapWithMarker ( #1541 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.3.1 to 8.3.2.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 13:54:14 +00:00
dependabot[bot]
5ad00c248c
chore(deps): bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 in /tutorials/java/MapWithMarker ( #1526 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.3.0 to 8.3.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 13:41:55 +00:00
dependabot[bot]
549b110afd
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /tutorials/java/MapWithMarker ( #1502 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.1.4 to 8.3.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 13:57:24 +00:00
Enrique López Mañas
588287af6e
docs: added hook sample ( #1462 )
...
* docs: added hook sample
* docs: changed default value to DEFAULT_API_KEY
2024-01-26 09:51:18 -08:00
Enrique López Mañas
e6f8b8a913
feat: updated targetSdk and compileSdk ( #1428 )
...
* feat: updated targetSdk and compileSdk
* docs: added licenses
* docs: excluded markdown files from header check
2023-12-06 13:20:48 -08:00
Angela Yu
f777167272
chore: set up new snippets modules for region tags ( #1368 )
...
* chore: move MapsCompose.kt to snippets/app-compose app
* chore: create app-places-ktx snippets module with places-ktx install snippet
* chore: create app-maps-rx snippets module
* chore: create app-ktx snippets module
* chore: add app-utils-ktx snippets module
* chore: rename app-maps-rx to app-rx
* chore: add app-utils snippets module
* chore: move region tag from tutorials to snippets for play services sdk dependency
* chore: move kotlin utils to app-utils-ktx module
* chore: move utils and utils-ktx snippets into corresponding modules
* chore: finalize maps sdk snippets
* chore: upgrade AGP and add namespaces
* chore: fix build issues
* chore: udpate build workflow to Java 17
* chore: fix build errors
* chore: remove v3 files
* Revert "chore: remove v3 files"
This reverts commit f70c47bd0cbd5ed73dfd43199371dcfc6afd6350.
* chore: add default PLACES_API_KEY to Current Place tutorial
* chore: fix tutorial builds
2023-10-31 09:33:26 -07:00
dependabot[bot]
73ab0a863a
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/java/MapWithMarker ( #1298 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.0.2 to 8.1.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 13:32:31 +00:00
dependabot[bot]
38231189d4
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/java/MapWithMarker ( #1273 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.0.1 to 8.0.2.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 14:01:05 +00:00
dependabot[bot]
e6ff114a84
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/java/MapWithMarker ( #1256 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.0.0 to 8.0.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 14:10:04 +00:00
dependabot[bot]
661358bfcf
chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 in /tutorials/java/MapWithMarker ( #1246 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 14:03:14 +00:00
dependabot[bot]
0ba9eeebb7
chore(deps): bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 in /tutorials/java/MapWithMarker ( #1211 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 7.4.1 to 7.4.2.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 14:05:11 +00:00
Enrique López Mañas
56126e7678
chore(deps): update dependencies ( #1204 )
2023-02-21 10:53:52 -08:00
dependabot[bot]
eb5c4e6f7c
chore(deps): bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 in /tutorials/java/MapWithMarker ( #1195 )
...
chore(deps): bump androidx.appcompat:appcompat
Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 14:01:06 +00:00
dependabot[bot]
1d19f50f64
chore(deps): bump com.android.tools.build:gradle from 7.4.0 to 7.4.1 in /tutorials/java/MapWithMarker ( #1176 )
...
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 7.4.0 to 7.4.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 13:04:56 +00:00
dependabot[bot]
f5c40ea644
chore(deps): bump appcompat from 1.5.1 to 1.6.0 in /tutorials/java/MapWithMarker ( #1154 )
...
chore(deps): bump appcompat in /tutorials/java/MapWithMarker
Bumps appcompat from 1.5.1 to 1.6.0.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 13:07:20 +00:00
dependabot[bot]
d1b274b42c
chore(deps): bump gradle from 7.3.1 to 7.4.0 in /tutorials/java/MapWithMarker ( #1150 )
...
chore(deps): bump gradle in /tutorials/java/MapWithMarker
Bumps gradle from 7.3.1 to 7.4.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 13:05:12 +00:00
dependabot[bot]
9e2a7566db
chore(deps): bump junit from 1.1.4 to 1.1.5 in /tutorials/java/MapWithMarker ( #1138 )
...
chore(deps): bump junit in /tutorials/java/MapWithMarker
Bumps junit from 1.1.4 to 1.1.5.
---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 13:16:49 +00:00
dependabot[bot]
958eb672c6
chore(deps): bump espresso-core from 3.5.0 to 3.5.1 in /tutorials/java/MapWithMarker ( #1134 )
...
chore(deps): bump espresso-core in /tutorials/java/MapWithMarker
Bumps espresso-core from 3.5.0 to 3.5.1.
---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 13:08:05 +00:00
Enrique López Mañas
b20987b9c3
chore(dependencies): general update of dependencies ( #1107 )
...
* chore(dependencies): general update of dependencies
* doc: updated API level for WearOS
* chore: updated API level for WearOS
* chore: moved namespace to Gradle file
Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
2022-12-20 13:50:58 -08:00
dependabot[bot]
cf9688c295
chore(deps): bump espresso-core from 3.4.0 to 3.5.0 in /tutorials/java/MapWithMarker ( #1088 )
...
chore(deps): bump espresso-core in /tutorials/java/MapWithMarker
Bumps espresso-core from 3.4.0 to 3.5.0.
---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 13:10:08 +00:00
dependabot[bot]
8c6358cdb5
chore(deps): bump junit from 1.1.3 to 1.1.4 in /tutorials/java/MapWithMarker ( #1090 )
...
chore(deps): bump junit in /tutorials/java/MapWithMarker
Bumps junit from 1.1.3 to 1.1.4.
---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 13:05:41 +00:00
dependabot[bot]
ba1cf64d57
chore(deps): bump gradle from 7.3.0 to 7.3.1 in /tutorials/java/MapWithMarker ( #1074 )
...
chore(deps): bump gradle in /tutorials/java/MapWithMarker
Bumps gradle from 7.3.0 to 7.3.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 13:15:24 +00:00
dependabot[bot]
3c268e554b
chore(deps): bump gradle from 7.2.2 to 7.3.0 in /tutorials/java/MapWithMarker ( #1058 )
...
chore(deps): bump gradle in /tutorials/java/MapWithMarker
Bumps gradle from 7.2.2 to 7.3.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 13:52:09 +00:00
dependabot[bot]
1de27a3236
chore(deps): bump appcompat from 1.5.0 to 1.5.1 in /tutorials/java/MapWithMarker ( #1044 )
...
chore(deps): bump appcompat in /tutorials/java/MapWithMarker
Bumps appcompat from 1.5.0 to 1.5.1.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 13:11:15 +00:00
dependabot[bot]
113aa87baf
chore(deps): bump appcompat from 1.4.2 to 1.5.0 in /tutorials/java/MapWithMarker ( #1038 )
...
chore(deps): bump appcompat in /tutorials/java/MapWithMarker
Bumps appcompat from 1.4.2 to 1.5.0.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 13:09:06 +00:00
dependabot[bot]
78a24db7bc
chore(deps): bump gradle from 7.2.1 to 7.2.2 in /tutorials/java/MapWithMarker ( #1028 )
...
chore(deps): bump gradle in /tutorials/java/MapWithMarker
Bumps gradle from 7.2.1 to 7.2.2.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 13:16:08 +00:00
dependabot[bot]
5fe6a5ea5d
chore(deps): bump play-services-maps from 18.0.2 to 18.1.0 in /tutorials/java/MapWithMarker ( #1017 )
...
chore(deps): bump play-services-maps in /tutorials/java/MapWithMarker
Bumps play-services-maps from 18.0.2 to 18.1.0.
---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 13:50:51 +00:00
dependabot[bot]
8498f896e9
chore(deps): bump appcompat from 1.4.1 to 1.4.2 in /tutorials/java/MapWithMarker ( #982 )
...
chore(deps): bump appcompat in /tutorials/java/MapWithMarker
Bumps appcompat from 1.4.1 to 1.4.2.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 13:19:12 +00:00
dependabot[bot]
ada36b6217
chore(deps): bump gradle from 7.2.0 to 7.2.1 in /tutorials/java/MapWithMarker ( #965 )
...
chore(deps): bump gradle in /tutorials/java/MapWithMarker
Bumps gradle from 7.2.0 to 7.2.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 13:27:14 +00:00
dependabot[bot]
2b3df2b31d
chore(deps): bump gradle from 7.1.3 to 7.2.0 in /tutorials/kotlin/MapWithMarker ( #955 )
...
* chore(deps): bump gradle in /tutorials/kotlin/MapWithMarker
Bumps gradle from 7.1.3 to 7.2.0.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump gradle distribution url from 7.2 to 7.3.3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
2022-05-23 17:07:24 -07:00
dependabot[bot]
1503cb54ab
chore(deps): bump gradle in /tutorials/java/MapWithMarker ( #917 )
...
Bumps gradle from 7.1.2 to 7.1.3.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 13:09:01 +00:00
Chris Arriola
e76f21fb1f
chore: Replace default MAPS_API_KEY value. ( #900 )
...
Change-Id: I4080de8db81d54c126ad5af3a3070b4afcbea22e
2022-03-23 09:32:39 -07:00