File tree 17 files changed +20
-17
lines changed
benchmark/benchmark-macro
src/main/java/androidx/benchmark/macro
constraintlayout/constraintlayout
lifecycle/lifecycle-runtime
navigation/navigation-common
recyclerview/recyclerview
17 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
api(" androidx.lifecycle:lifecycle-viewmodel:2.6.1" )
29
29
api(" androidx.savedstate:savedstate:1.2.1" )
30
30
api(" androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1" )
31
- implementation(" androidx.profileinstaller:profileinstaller:1.4.0-rc01 " )
31
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0" )
32
32
implementation(" androidx.tracing:tracing:1.0.0" )
33
33
implementation(libs. kotlinCoroutinesCore)
34
34
api(libs. kotlinStdlib)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
api(" androidx.drawerlayout:drawerlayout:1.0.0" )
33
33
implementation(" androidx.lifecycle:lifecycle-runtime:2.6.1" )
34
34
implementation(" androidx.lifecycle:lifecycle-viewmodel:2.6.1" )
35
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
35
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
36
36
implementation(" androidx.resourceinspection:resourceinspection-annotation:1.0.1" )
37
37
api(" androidx.savedstate:savedstate:1.2.1" )
38
38
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
69
69
api(" androidx.annotation:annotation:1.8.1" )
70
70
71
71
implementation(" androidx.core:core:1.9.0" )
72
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
72
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
73
73
implementation(" androidx.tracing:tracing-ktx:1.1.0" )
74
74
implementation(" androidx.tracing:tracing-perfetto:1.0.0" )
75
75
implementation(" androidx.tracing:tracing-perfetto-binary:1.0.0" )
Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ internal object ProfileInstallBroadcast {
70
70
if (sdkInt in 31 .. 33 ) {
71
71
" Please use profileinstaller `1.2.1`" +
72
72
" or newer for API 31-33 support"
73
+ } else if (sdkInt >= 34 ) {
74
+ " Please use profileinstaller `1.4.0`" +
75
+ " or newer for API 34+ support"
73
76
} else {
74
77
" "
75
78
}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ androidXMultiplatform {
93
93
implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3" )
94
94
implementation(" androidx.emoji2:emoji2:1.2.0" )
95
95
96
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
96
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
97
97
98
98
// `compose-ui` has a transitive dependency on `lifecycle-livedata-core`, and
99
99
// converting `lifecycle-runtime-compose` to KMP triggered a Gradle bug. Adding
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation(" androidx.appcompat:appcompat:1.2.0" )
34
34
implementation(" androidx.core:core:1.3.2" )
35
35
implementation(project(" :constraintlayout:constraintlayout-core" ))
36
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
36
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
37
37
38
38
testImplementation(libs. junit)
39
39
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
api(" androidx.lifecycle:lifecycle-livedata-core:2.6.1" )
41
41
api(" androidx.lifecycle:lifecycle-viewmodel:2.6.1" )
42
42
api(" androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1" )
43
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
43
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
44
44
api(" androidx.savedstate:savedstate:1.2.1" )
45
45
api(" androidx.annotation:annotation-experimental:1.4.1" )
46
46
api(libs. kotlinStdlib)
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ androidXMultiplatform {
71
71
dependencies {
72
72
api(libs. kotlinCoroutinesAndroid)
73
73
implementation(" androidx.arch.core:core-runtime:2.2.0" )
74
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
74
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
75
75
}
76
76
}
77
77
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
api(" androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2" )
49
49
implementation(" androidx.core:core-ktx:1.1.0" )
50
50
implementation(" androidx.collection:collection-ktx:1.4.2" )
51
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
51
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
52
52
implementation(libs. kotlinSerializationCore)
53
53
54
54
api(libs. kotlinStdlib)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation(" androidx.collection:collection:1.4.2" )
20
20
api(" androidx.customview:customview:1.0.0" )
21
21
implementation(" androidx.customview:customview-poolingcontainer:1.0.0" )
22
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
22
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
23
23
24
24
androidTestImplementation(libs. testExtJunit)
25
25
androidTestImplementation(libs. testCore)
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
api(" androidx.compose.ui:ui-graphics:$composeVersion " )
50
50
api(" androidx.compose.ui:ui-text:$composeVersion " )
51
51
52
- implementation(" androidx.profileinstaller:profileinstaller:1.4.0-rc01 " )
52
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0" )
53
53
54
54
androidTestImplementation(libs. truth)
55
55
androidTestImplementation(project(" :compose:runtime:runtime" ))
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
36
36
def annotationVersion = " 1.8.0"
37
37
def composeVersion = " 1.6.8"
38
- def profileInstallerVersion = " 1.3.1 "
38
+ def profileInstallerVersion = " 1.4.0 "
39
39
40
40
api(" androidx.annotation:annotation:1.8.1" )
41
41
api(" androidx.compose.animation:animation:$composeVersion " )
@@ -48,7 +48,7 @@ dependencies {
48
48
api(" androidx.compose.ui:ui-graphics:$composeVersion " )
49
49
api(" androidx.compose.ui:ui-text:$composeVersion " )
50
50
51
- implementation(" androidx.profileinstaller:profileinstaller:$p rofileInstallerVersion " )
51
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
52
52
53
53
androidTestImplementation(libs. truth)
54
54
androidTestImplementation(project(" :compose:runtime:runtime" ))
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation(" androidx.compose.ui:ui-util:1.7.0" )
43
43
implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.7.0" )
44
44
implementation(" androidx.core:core:1.12.0" )
45
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
45
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
46
46
47
47
testImplementation(libs. testRules)
48
48
testImplementation(libs. testRunner)
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation(" androidx.compose.material:material-ripple:1.7.0" )
45
45
implementation(" androidx.compose.ui:ui-util:1.7.0" )
46
46
implementation(project(" :wear:compose:compose-foundation" ))
47
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
47
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
48
48
49
49
androidTestImplementation(project(" :compose:ui:ui-test" ))
50
50
androidTestImplementation(project(" :compose:ui:ui-test-junit4" ))
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation(" androidx.compose.material:material-ripple:1.7.0" )
44
44
implementation(" androidx.compose.ui:ui-util:1.7.0" )
45
45
implementation(project(" :wear:compose:compose-material-core" ))
46
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
46
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
47
47
implementation(" androidx.lifecycle:lifecycle-common:2.7.0" )
48
48
49
49
// This :foundation dependency can be removed once the material libraries are updated to use
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
implementation(" androidx.compose.material:material-ripple:1.7.0" )
46
46
implementation(" androidx.compose.ui:ui-util:1.7.0" )
47
47
implementation(project(" :wear:compose:compose-material-core" ))
48
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
48
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
49
49
implementation(" androidx.graphics:graphics-shapes:1.0.1" )
50
50
implementation project(' :compose:animation:animation-graphics' )
51
51
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
implementation(libs. kotlinStdlib)
42
42
implementation(" androidx.navigation:navigation-common:2.6.0" )
43
43
implementation(" androidx.navigation:navigation-compose:2.6.0" )
44
- implementation(" androidx.profileinstaller:profileinstaller:1.3.1 " )
44
+ implementation(" androidx.profileinstaller:profileinstaller:1.4.0 " )
45
45
46
46
androidTestImplementation(project(" :compose:test-utils" ))
47
47
androidTestImplementation(project(" :compose:ui:ui-test-junit4" ))
You can’t perform that action at this time.
0 commit comments