semantic-release-bot
b404c6f9f2
chore(release): 1.14.0 [skip ci]
...
# [1.14.0](https://github.com/googlemaps-samples/android-samples/compare/v1.13.0...v1.14.0 ) (2025-01-14)
### Bug Fixes
* add dynamic key values to secrets.properties in idx template ([#1814 ](https://github.com/googlemaps-samples/android-samples/issues/1814 )) ([46abfae](46abfae9ce ))
* always use secrets.properties for storing the API keys ([#1812 ](https://github.com/googlemaps-samples/android-samples/issues/1812 )) ([561e829](561e82926e ))
* Exports sample activities so they can be run directly ([#1808 ](https://github.com/googlemaps-samples/android-samples/issues/1808 )) ([206cdcf](206cdcf1c3 ))
* fixed release config ([#1944 ](https://github.com/googlemaps-samples/android-samples/issues/1944 )) ([6b62127](6b62127926 ))
* fixed release step ([#1770 ](https://github.com/googlemaps-samples/android-samples/issues/1770 )) ([cb53eb4](cb53eb4999 ))
* fixed secrets in wearable module ([#1788 ](https://github.com/googlemaps-samples/android-samples/issues/1788 )) ([5ea1951](5ea1951521 ))
* import rememberMarkerState and use the marker state correctly ([#1787 ](https://github.com/googlemaps-samples/android-samples/issues/1787 )) ([5095437](5095437b57 ))
* prevents infinite recursion when getting the location permission ([#1813 ](https://github.com/googlemaps-samples/android-samples/issues/1813 )) ([5790ff2](5790ff2ad7 ))
* Re-add MarkerDemoActivity in Kotlin sample ([#1916 ](https://github.com/googlemaps-samples/android-samples/issues/1916 )) ([66db0fa](66db0fa2cf ))
* stop memory leak in CoordTileProvider ([#1929 ](https://github.com/googlemaps-samples/android-samples/issues/1929 )) ([55c6297](55c629717a ))
* Update emulator host in dev.nix for IDX ([#1893 ](https://github.com/googlemaps-samples/android-samples/issues/1893 )) ([26e5bd3](26e5bd3aba ))
* Updates secrets in app-level build.gradle.kts files to set secrets.properties as propertiesFileName. ([#1785 ](https://github.com/googlemaps-samples/android-samples/issues/1785 )) ([dcec2ce](dcec2ce448 ))
* using rememberMarkerState instead of MarkerState ([#1768 ](https://github.com/googlemaps-samples/android-samples/issues/1768 )) ([6007cc8](6007cc87f5 ))
### Features
* Introduces an idx folder containing an IDX template, enabling users to open Android tutorials directly in the IDX IDE. ([#1757 ](https://github.com/googlemaps-samples/android-samples/issues/1757 )) ([b32a515](b32a51558f ))
* tooling modernization ([#1753 ](https://github.com/googlemaps-samples/android-samples/issues/1753 )) ([42f3887](42f3887bac ))
2025-01-14 17:37:24 +00:00
stanfchristina
55c629717a
fix: stop memory leak in CoordTileProvider ( #1929 )
...
Bitmaps served by this provider cause memory leaks after the map is destroyed. Narrowing the scope to a field allows it to be garbage collected and does not affect the provider/activity's ability to serve and render the custom tiles.
2024-12-18 17:05:04 -07:00
Dale Hawkins
206cdcf1c3
fix: Exports sample activities so they can be run directly ( #1808 )
...
* fix: Exports all of the sample activities to make them available to run directly.
* fix: wrap before copyright comment formatting character
2024-09-17 15:54:35 -06:00
Enrique López Mañas
be0a71f10c
chore: replace the GMS folder with main ( #1767 )
...
* chore: replace the GMS folder with main
* chore: headers
* feat: change build command
2024-08-26 15:38:26 -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
Dale Hawkins
abcc8b52c2
feat: copies some snippets that were in v3 only to gms ( #1715 )
...
* feat: copies some snippets that were in v3 only to gms
chore: the java compatibility version
* fix: updates copyright dates and adds missing copyright
* fix: copyright header for strings.xml
* fix: set Java Version back to 17
* fix: set Java Version back to 17
* fix: set Java Version back to 17
* fix: set Java Version back to 17
* fix: set Java Version back to 17
* feat: creates AdvancedMarkersCollisionActivity to demonstrate marker collision behavior
* chore: not adding jar files in libs directory
* feat: set Java 21 everywhere
---------
Co-authored-by: Enrique López Mañas <eenriquelopez@gmail.com>
2024-07-24 10:56:55 -06:00
Enrique López Mañas
4297488454
feat: added Kotlin MapColorScheme sample ( #1712 )
...
* feat: added Kotlin MapColorScheme sample
* chore: added header in XML file
* feat: added Kotlin MapColorScheme sample
* feat: Java demo
2024-07-22 15:27:22 -06: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]
ecff326444
chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /ApiDemos/java ( #1668 )
...
chore(deps): bump androidx.test.espresso:espresso-core in /ApiDemos/java
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:24:01 +00:00
dependabot[bot]
52730df53c
chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /ApiDemos/java ( #1670 )
...
chore(deps): bump com.google.android.gms:play-services-maps
Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0.
---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
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>
2024-07-01 13:23:02 +00:00
dependabot[bot]
d9eb31640d
chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /ApiDemos/java ( #1669 )
...
chore(deps): bump androidx.test.ext:junit in /ApiDemos/java
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:22:48 +00:00
dependabot[bot]
65fcd8ecf0
chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /ApiDemos/java ( #1652 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:43:27 +00:00
dependabot[bot]
27f3afc8c4
chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /ApiDemos/java ( #1624 )
...
chore(deps): bump androidx.appcompat:appcompat in /ApiDemos/java
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:22:13 +00:00
dependabot[bot]
e6a535dcd6
chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /ApiDemos/java ( #1615 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:55:32 +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]
52d7347d97
chore(deps): bump com.android.tools.build:gradle from 8.3.2 to 8.4.0 in /ApiDemos/java ( #1565 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:08:17 +00:00
Angela Yu
fa63927d15
chore: add region tags to 6 samples ( #1552 )
2024-04-25 11:10:15 -07: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]
725911ec17
chore(deps): bump com.android.tools.build:gradle from 8.3.1 to 8.3.2 in /ApiDemos/java ( #1542 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:57:40 +00:00
dependabot[bot]
52c6b5b729
chore(deps): bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 in /ApiDemos/java ( #1522 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:27:20 +00:00
dependabot[bot]
e1fbc10921
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /ApiDemos/java ( #1501 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:55:46 +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
8caba9ce7b
feat: add Advanced Markers Samples ( #1435 )
2023-12-08 14:35:47 -08:00
Enrique López Mañas
49c4502f1b
feat: adding styled map sample ( #1433 )
2023-12-08 10:00:39 -08:00
Enrique López Mañas
596b127a7c
feat: removed renderer selection from the samples ( #1430 )
...
Since the new renderer is default as of Maps SDK for Android v18.2.0, the renderer selection is unnecessary for these demos.
2023-12-06 14:55:13 -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]
d74383f4f6
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /ApiDemos/java ( #1301 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:49:40 +00:00
dependabot[bot]
fa98515825
chore(deps): bump androidx.recyclerview:recyclerview from 1.3.0 to 1.3.1 in /ApiDemos/java ( #1300 )
...
chore(deps): bump androidx.recyclerview:recyclerview in /ApiDemos/java
Bumps androidx.recyclerview:recyclerview from 1.3.0 to 1.3.1.
---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
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-07-31 13:49:27 +00:00
dependabot[bot]
797a6abe9a
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /ApiDemos/java ( #1274 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:30 +00:00
dependabot[bot]
63490741cb
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /ApiDemos/java ( #1258 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:13 +00:00
dependabot[bot]
07fa4722d3
chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 in /ApiDemos/java ( #1243 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:05:20 +00:00
dependabot[bot]
6d8897f250
chore(deps): bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0 in /ApiDemos/java ( #1217 )
...
chore(deps): bump androidx.recyclerview:recyclerview in /ApiDemos/java
Bumps androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0.
---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
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-03-13 14:03:21 +00:00
dependabot[bot]
6d3514224b
chore(deps): bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 in /ApiDemos/java ( #1209 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:03:24 +00:00
Enrique López Mañas
56126e7678
chore(deps): update dependencies ( #1204 )
2023-02-21 10:53:52 -08:00
dependabot[bot]
2e06e75147
chore(deps): bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 in /ApiDemos/java ( #1202 )
...
chore(deps): bump androidx.appcompat:appcompat in /ApiDemos/java
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:05:33 +00:00
dependabot[bot]
df9627a502
chore(deps): bump com.android.tools.build:gradle from 7.4.0 to 7.4.1 in /ApiDemos/java ( #1181 )
...
chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java
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:05:37 +00:00
dependabot[bot]
8c93b9b126
chore(deps): bump appcompat from 1.5.1 to 1.6.0 in /ApiDemos/java ( #1161 )
...
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:15:34 +00:00
dependabot[bot]
85f7338dc7
chore(deps): bump gradle from 7.3.1 to 7.4.0 in /ApiDemos/java ( #1151 )
...
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:07:07 +00:00
dependabot[bot]
7944084ea3
chore(deps): bump espresso-core from 3.5.0 to 3.5.1 in /ApiDemos/java ( #1144 )
...
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:16:31 +00:00
dependabot[bot]
fa5b5db4e6
chore(deps): bump junit from 1.1.4 to 1.1.5 in /ApiDemos/java ( #1137 )
...
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:08:12 +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]
1a1fe31058
chore(deps): bump junit from 1.1.3 to 1.1.4 in /ApiDemos/java ( #1087 )
...
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:20:17 +00:00
dependabot[bot]
3fd8822c27
chore(deps): bump espresso-core from 3.4.0 to 3.5.0 in /ApiDemos/java ( #1089 )
...
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:06:13 +00:00
dependabot[bot]
113213e477
chore(deps): bump gradle from 7.3.0 to 7.3.1 in /ApiDemos/java ( #1080 )
...
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:43 +00:00
dependabot[bot]
1da78319c0
chore(deps): bump gradle from 7.2.2 to 7.3.0 in /ApiDemos/java ( #1056 )
...
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:40:41 +00:00
dependabot[bot]
e0eb1eda5b
chore(deps): bump appcompat from 1.5.0 to 1.5.1 in /ApiDemos/java ( #1043 )
...
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:35 +00:00
dependabot[bot]
d6b072b5d0
chore(deps): bump appcompat from 1.4.2 to 1.5.0 in /ApiDemos/java ( #1037 )
...
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:13:30 +00:00