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 11[versions ]
22accompanistPermissions = " 0.37.0"
3- activityCompose = " 1.9.3 "
3+ activityCompose = " 1.10.1 "
44agp = " 8.7.3"
55appcompat = " 1.7.0"
6- composeBom = " 2024.12.01 "
6+ composeBom = " 2025.03.00 "
77coreKtx = " 1.15.0"
8- dokka = " 1.9.20 "
8+ dokka = " 2.0.0 "
99espressoCore = " 3.6.1"
10- gson = " 2.10.1 "
11- hiltVersion = " 2.54 "
10+ gson = " 2.11.0 "
11+ hiltVersion = " 2.55 "
1212jacoco-plugin = " 0.2.1"
1313junit = " 4.13.2"
1414junitVersion = " 1.2.1"
15- kotlin = " 2.1.0 "
16- kotlinReflect = " 2.1.0 "
15+ kotlin = " 2.1.10 "
16+ kotlinReflect = " 2.1.10 "
1717kotlinxCoroutinesPlayServices = " 1.9.0"
18- ksp = " 2.1.0 -1.0.29 "
18+ ksp = " 2.1.10 -1.0.30 "
1919lifecycleRuntimeKtx = " 2.8.7"
2020lifecycleViewmodelCompose = " 2.8.7"
21- mapsCompose = " 6.4 .1"
21+ mapsCompose = " 6.5 .1"
2222mapsUtilsKtx = " 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"
2727robolectric = " 4.14.1"
2828secretsGradlePlugin = " 2.0.1"
2929truth = " 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 ]
3434accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanistPermissions" }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments