We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b28879 commit 2231f9bCopy full SHA for 2231f9b
2 files changed
JankStatsSample/app/build.gradle
@@ -35,7 +35,7 @@ android {
35
jvmTarget = '1.8'
36
}
37
composeOptions {
38
- kotlinCompilerExtensionVersion = compose_version
+ kotlinCompilerExtensionVersion = compose_compiler_version
39
40
41
JankStatsSample/build.gradle
@@ -2,12 +2,13 @@
2
buildscript {
3
ext {
4
agp_version = '7.3.0'
5
- appcompat_version = '1.5.2'
+ appcompat_version = '1.6.0-rc01'
6
compose_version = '1.2.1'
7
+ compose_compiler_version = '1.3.1'
8
constraint_layout_version = '2.1.4'
9
core_version = '1.9.0'
10
jankstats_version = '1.0.0-alpha03'
- kotlin_version = '1.7.0'
11
+ kotlin_version = '1.7.10'
12
material_version = '1.6.1'
13
navigation_version = '2.5.2'
14
tracing_version = '1.1.0'
0 commit comments