Skip to content

Commit 2231f9b

Browse files
theapache64keyboardsurfer
authored andcommitted
fix build issue
1 parent 9b28879 commit 2231f9b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

JankStatsSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
jvmTarget = '1.8'
3636
}
3737
composeOptions {
38-
kotlinCompilerExtensionVersion = compose_version
38+
kotlinCompilerExtensionVersion = compose_compiler_version
3939
}
4040
}
4141

JankStatsSample/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
buildscript {
33
ext {
44
agp_version = '7.3.0'
5-
appcompat_version = '1.5.2'
5+
appcompat_version = '1.6.0-rc01'
66
compose_version = '1.2.1'
7+
compose_compiler_version = '1.3.1'
78
constraint_layout_version = '2.1.4'
89
core_version = '1.9.0'
910
jankstats_version = '1.0.0-alpha03'
10-
kotlin_version = '1.7.0'
11+
kotlin_version = '1.7.10'
1112
material_version = '1.6.1'
1213
navigation_version = '2.5.2'
1314
tracing_version = '1.1.0'

0 commit comments

Comments
 (0)