File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
places-compose-demo/src/main Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
accompanistPermissions = " 0.37.0"
3
- activityCompose = " 1.9.3 "
3
+ activityCompose = " 1.10.1 "
4
4
agp = " 8.7.3"
5
5
appcompat = " 1.7.0"
6
- composeBom = " 2024.12.01 "
6
+ composeBom = " 2025.03.00 "
7
7
coreKtx = " 1.15.0"
8
- dokka = " 1.9.20 "
8
+ dokka = " 2.0.0 "
9
9
espressoCore = " 3.6.1"
10
- gson = " 2.10.1 "
11
- hiltVersion = " 2.54 "
10
+ gson = " 2.11.0 "
11
+ hiltVersion = " 2.55 "
12
12
jacoco-plugin = " 0.2.1"
13
13
junit = " 4.13.2"
14
14
junitVersion = " 1.2.1"
15
- kotlin = " 2.1.0 "
16
- kotlinReflect = " 2.1.0 "
15
+ kotlin = " 2.1.10 "
16
+ kotlinReflect = " 2.1.10 "
17
17
kotlinxCoroutinesPlayServices = " 1.9.0"
18
- ksp = " 2.1.0 -1.0.29 "
18
+ ksp = " 2.1.10 -1.0.30 "
19
19
lifecycleRuntimeKtx = " 2.8.7"
20
20
lifecycleViewmodelCompose = " 2.8.7"
21
- mapsCompose = " 6.4 .1"
21
+ mapsCompose = " 6.5 .1"
22
22
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"
27
27
robolectric = " 4.14.1"
28
28
secretsGradlePlugin = " 2.0.1"
29
29
truth = " 1.4.4"
30
- uiTestAndroid = " 1.7.6 "
31
- uiToolingVersion = " 1.7.6 "
30
+ uiTestAndroid = " 1.7.8 "
31
+ uiToolingVersion = " 1.7.8 "
32
32
33
33
[libraries ]
34
34
accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanistPermissions" }
Original file line number Diff line number Diff line change 47
47
48
48
<activity
49
49
android : name =" .presentation.autocomplete.AutocompleteActivity"
50
- android : exported =" false " />
50
+ android : exported =" true " />
51
51
52
52
<activity
53
53
android : name =" .presentation.landmark.LandmarkSelectionActivity"
54
- android : exported =" false "
54
+ android : exported =" true "
55
55
android : theme =" @style/Theme.AndroidPlacesCompose"
56
56
/>
57
57
58
58
<activity
59
59
android : name =" .presentation.addresscompletion.AddressCompletionActivity"
60
- android : exported =" false "
60
+ android : exported =" true "
61
61
android : theme =" @style/Theme.AndroidPlacesCompose"
62
62
/>
63
63
64
64
<activity
65
65
android : name =" .presentation.minimal.PlacesAutocompleteMinimalActivity"
66
66
android : label =" Minimal autocomplete"
67
- android : exported =" false "
67
+ android : exported =" true "
68
68
android : theme =" @style/Theme.AndroidPlacesCompose"
69
69
/>
70
70
You can’t perform that action at this time.
0 commit comments