dependabot[bot]
|
38a2fc99e4
|
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /tutorials/kotlin/Polygons (#1500)
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:56:55 +00:00 |
|
dependabot[bot]
|
7105d4e6b3
|
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /tutorials/java/Polygons (#1499)
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:52:13 +00:00 |
|
dependabot[bot]
|
59022d7b10
|
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /tutorials/kotlin/MapWithMarker (#1498)
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:52:02 +00:00 |
|
dependabot[bot]
|
f2e8976b76
|
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /tutorials/java/StyledMap (#1496)
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:36:38 +00:00 |
|
dependabot[bot]
|
bcb9ec78fc
|
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1495)
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:23:09 +00:00 |
|
dependabot[bot]
|
4de1801ca3
|
chore(deps): bump com.android.tools.build:gradle from 8.1.0 to 8.3.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1493)
chore(deps): bump com.android.tools.build:gradle
Bumps com.android.tools.build:gradle from 8.1.0 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:16: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 |
|
dependabot[bot]
|
45eb8e8e1c
|
chore(deps): bump com.google.android.gms:play-services-maps from 18.1.0 to 18.2.0 in /tutorials/kotlin/MapWithMarker (#1355)
chore(deps): bump com.google.android.gms:play-services-maps
Bumps com.google.android.gms:play-services-maps from 18.1.0 to 18.2.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>
|
2023-11-14 00:17:36 -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]
|
3a2921c34d
|
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/java/StyledMap (#1303)
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:58:35 +00:00 |
|
dependabot[bot]
|
d8e4bd7ac9
|
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1302)
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:53:57 +00:00 |
|
dependabot[bot]
|
f62ac42b4d
|
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1299)
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:41:44 +00: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]
|
050a2958cd
|
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/kotlin/Polygons (#1296)
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:13:28 +00:00 |
|
dependabot[bot]
|
a03ca9438e
|
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/java/Polygons (#1295)
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:08:36 +00:00 |
|
dependabot[bot]
|
85e0616c81
|
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/kotlin/MapWithMarker (#1294)
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:04:56 +00:00 |
|
dependabot[bot]
|
9cea3bd30f
|
chore(deps): bump kotlin_version from 1.8.22 to 1.9.0 in /tutorials/kotlin/MapWithMarker (#1288)
chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker
Bumps `kotlin_version` from 1.8.22 to 1.9.0.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-10 13:54:45 +00:00 |
|
dependabot[bot]
|
eb11c635fb
|
chore(deps): bump kotlin_version from 1.8.22 to 1.9.0 in /tutorials/kotlin/Polygons (#1287)
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons
Bumps `kotlin_version` from 1.8.22 to 1.9.0.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-10 13:26:19 +00:00 |
|
dependabot[bot]
|
647536f4d5
|
chore(deps): bump com.google.android.libraries.places:places from 3.1.0 to 3.2.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1286)
chore(deps): bump com.google.android.libraries.places:places
Bumps com.google.android.libraries.places:places from 3.1.0 to 3.2.0.
---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
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-10 13:19:21 +00:00 |
|
dependabot[bot]
|
13fb3b0144
|
chore(deps): bump kotlin_version from 1.8.22 to 1.9.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1285)
chore(deps): bump kotlin_version
Bumps `kotlin_version` from 1.8.22 to 1.9.0.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-10 13:19:08 +00:00 |
|
dependabot[bot]
|
a8b09cbb87
|
chore(deps): bump com.google.android.libraries.places:places from 3.1.0 to 3.2.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1284)
chore(deps): bump com.google.android.libraries.places:places
Bumps com.google.android.libraries.places:places from 3.1.0 to 3.2.0.
---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
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-10 13:07:16 +00:00 |
|
dependabot[bot]
|
64a81c733c
|
chore(deps): bump kotlin_version from 1.8.21 to 1.8.22 in /tutorials/kotlin/Polygons (#1282)
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons
Bumps `kotlin_version` from 1.8.21 to 1.8.22.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-06-12 14:06:06 +00:00 |
|
dependabot[bot]
|
9236f19853
|
chore(deps): bump kotlin_version from 1.8.21 to 1.8.22 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1280)
chore(deps): bump kotlin_version
Bumps `kotlin_version` from 1.8.21 to 1.8.22.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-06-12 14:05:13 +00:00 |
|
dependabot[bot]
|
f214a2c110
|
chore(deps): bump kotlin_version from 1.8.21 to 1.8.22 in /tutorials/kotlin/MapWithMarker (#1278)
chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker
Bumps `kotlin_version` from 1.8.21 to 1.8.22.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-06-12 14:03:56 +00:00 |
|
dependabot[bot]
|
155e7bafa7
|
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/kotlin/Polygons (#1267)
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:09:17 +00:00 |
|
dependabot[bot]
|
8922fb91d2
|
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1272)
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:08:49 +00:00 |
|
dependabot[bot]
|
da26d42c94
|
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/java/CurrentPlaceDetailsOnMap (#1275)
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:19 +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]
|
012f397fc5
|
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/java/Polygons (#1271)
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:00:08 +00:00 |
|
dependabot[bot]
|
662d96d794
|
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/java/StyledMap (#1270)
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:00:00 +00:00 |
|
dependabot[bot]
|
15a55fcd18
|
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/kotlin/MapWithMarker (#1269)
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 13:59:51 +00:00 |
|
dependabot[bot]
|
781fb53ad2
|
chore(deps): bump androidx.core:core-ktx from 1.10.0 to 1.10.1 in /tutorials/kotlin/MapWithMarker (#1266)
chore(deps): bump androidx.core:core-ktx
Bumps androidx.core:core-ktx from 1.10.0 to 1.10.1.
---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
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-15 14:01:04 +00:00 |
|
dependabot[bot]
|
de14f77bee
|
chore(deps): bump androidx.core:core-ktx from 1.10.0 to 1.10.1 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1264)
chore(deps): bump androidx.core:core-ktx
Bumps androidx.core:core-ktx from 1.10.0 to 1.10.1.
---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
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-15 14:00:39 +00:00 |
|
dependabot[bot]
|
8179fe183d
|
chore(deps): bump androidx.core:core-ktx from 1.10.0 to 1.10.1 in /tutorials/kotlin/Polygons (#1265)
chore(deps): bump androidx.core:core-ktx in /tutorials/kotlin/Polygons
Bumps androidx.core:core-ktx from 1.10.0 to 1.10.1.
---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
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-15 13:59:57 +00:00 |
|
dependabot[bot]
|
41c6a102b9
|
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1255)
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:11:31 +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]
|
58d57d682d
|
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/java/CurrentPlaceDetailsOnMap (#1257)
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:01:04 +00:00 |
|
dependabot[bot]
|
3bd35ccc88
|
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/java/Polygons (#1262)
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:00:54 +00:00 |
|
dependabot[bot]
|
04316ab3f7
|
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/java/StyledMap (#1261)
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:00:43 +00:00 |
|
dependabot[bot]
|
874735c6f6
|
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/kotlin/MapWithMarker (#1259)
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:00:37 +00:00 |
|
dependabot[bot]
|
7c92f76696
|
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/kotlin/Polygons (#1260)
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:00:15 +00:00 |
|
dependabot[bot]
|
838b1caf62
|
chore(deps): bump kotlin_version from 1.8.20 to 1.8.21 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1254)
chore(deps): bump kotlin_version
Bumps `kotlin_version` from 1.8.20 to 1.8.21.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.20 to 1.8.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.20...v1.8.21)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.20 to 1.8.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.20...v1.8.21)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-01 14:09:02 +00:00 |
|
dependabot[bot]
|
37ec527513
|
chore(deps): bump kotlin_version from 1.8.20 to 1.8.21 in /tutorials/kotlin/MapWithMarker (#1250)
chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker
Bumps `kotlin_version` from 1.8.20 to 1.8.21.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.20 to 1.8.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.20...v1.8.21)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.20 to 1.8.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.20...v1.8.21)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-01 14:04:54 +00:00 |
|
dependabot[bot]
|
44be648c12
|
chore(deps): bump kotlin_version from 1.8.20 to 1.8.21 in /tutorials/kotlin/Polygons (#1248)
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons
Bumps `kotlin_version` from 1.8.20 to 1.8.21.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.20 to 1.8.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.20...v1.8.21)
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.20 to 1.8.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.20...v1.8.21)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
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-01 14:02:43 +00:00 |
|
dependabot[bot]
|
44a77097c9
|
chore(deps): bump com.google.android.libraries.places:places from 3.0.0 to 3.1.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1244)
chore(deps): bump com.google.android.libraries.places:places
Bumps com.google.android.libraries.places:places from 3.0.0 to 3.1.0.
---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
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-04-17 14:03:29 +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]
|
35dffd6b5a
|
chore(deps): bump com.google.android.libraries.places:places from 3.0.0 to 3.1.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1236)
chore(deps): bump com.google.android.libraries.places:places
Bumps com.google.android.libraries.places:places from 3.0.0 to 3.1.0.
---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
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-04-17 14:02:47 +00:00 |
|
dependabot[bot]
|
104a392807
|
chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 in /tutorials/kotlin/Polygons (#1242)
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:02:39 +00:00 |
|
dependabot[bot]
|
784ed1a6ea
|
chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1245)
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:02:16 +00:00 |
|