Skip to content

Commit 0034cc4

Browse files
committed
fix: update dependency versions
1 parent 0289bb4 commit 0034cc4

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
[versions]
22
accompanistPermissions = "0.37.0"
3-
activityCompose = "1.9.3"
3+
activityCompose = "1.10.1"
44
agp = "8.7.3"
55
appcompat = "1.7.0"
6-
composeBom = "2024.12.01"
6+
composeBom = "2025.03.00"
77
coreKtx = "1.15.0"
8-
dokka = "1.9.20"
8+
dokka = "2.0.0"
99
espressoCore = "3.6.1"
10-
gson = "2.10.1"
11-
hiltVersion = "2.54"
10+
gson = "2.11.0"
11+
hiltVersion = "2.55"
1212
jacoco-plugin = "0.2.1"
1313
junit = "4.13.2"
1414
junitVersion = "1.2.1"
15-
kotlin = "2.1.0"
16-
kotlinReflect = "2.1.0"
15+
kotlin = "2.1.10"
16+
kotlinReflect = "2.1.10"
1717
kotlinxCoroutinesPlayServices = "1.9.0"
18-
ksp = "2.1.0-1.0.29"
18+
ksp = "2.1.10-1.0.30"
1919
lifecycleRuntimeKtx = "2.8.7"
2020
lifecycleViewmodelCompose = "2.8.7"
21-
mapsCompose = "6.4.1"
21+
mapsCompose = "6.5.1"
2222
mapsUtilsKtx = "5.1.1"
23-
materialVersion = "1.13.0-alpha09"
24-
navigationCompose = "2.8.5"
25-
org-jacoco-core = "0.8.11"
26-
places = "4.1.0"
23+
materialVersion = "1.13.0-alpha11"
24+
navigationCompose = "2.8.9"
25+
org-jacoco-core = "0.8.12"
26+
places = "4.2.0"
2727
robolectric = "4.14.1"
2828
secretsGradlePlugin = "2.0.1"
2929
truth = "1.4.4"
30-
uiTestAndroid = "1.7.6"
31-
uiToolingVersion = "1.7.6"
30+
uiTestAndroid = "1.7.8"
31+
uiToolingVersion = "1.7.8"
3232

3333
[libraries]
3434
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }

places-compose-demo/src/main/AndroidManifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@
4747

4848
<activity
4949
android:name=".presentation.autocomplete.AutocompleteActivity"
50-
android:exported="false" />
50+
android:exported="true" />
5151

5252
<activity
5353
android:name=".presentation.landmark.LandmarkSelectionActivity"
54-
android:exported="false"
54+
android:exported="true"
5555
android:theme="@style/Theme.AndroidPlacesCompose"
5656
/>
5757

5858
<activity
5959
android:name=".presentation.addresscompletion.AddressCompletionActivity"
60-
android:exported="false"
60+
android:exported="true"
6161
android:theme="@style/Theme.AndroidPlacesCompose"
6262
/>
6363

6464
<activity
6565
android:name=".presentation.minimal.PlacesAutocompleteMinimalActivity"
6666
android:label="Minimal autocomplete"
67-
android:exported="false"
67+
android:exported="true"
6868
android:theme="@style/Theme.AndroidPlacesCompose"
6969
/>
7070

0 commit comments

Comments
 (0)