File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
steps :
20
20
21
21
- name : 🚚 Get latest code
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
24
24
- name : ☕ Set up JDK 11
25
- uses : actions/setup-java@v2
25
+ uses : actions/setup-java@v3
26
26
with :
27
27
java-version : ' 11'
28
28
distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ buildscript {
6
6
compile_sdk = 32
7
7
target_sdk = 32
8
8
min_sdk = 21
9
- agp_version = ' 7.2.2 '
10
- kotlin_version = ' 1.7.0 '
9
+ agp_version = ' 7.3.1 '
10
+ kotlin_version = ' 1.7.20 '
11
11
kotlin_compiler_extension_version = ' 1.2.0'
12
- compose_version = ' 1.2.0-rc01 '
13
- material_version = ' 1.6.1 '
14
- appcompat_version = ' 1.4.2 '
12
+ compose_version = ' 1.3.1 '
13
+ material_version = ' 1.7.0 '
14
+ appcompat_version = ' 1.5.1 '
15
15
preference_version = ' 1.2.0'
16
- core_version = ' 1.8 .0'
17
- nav_version = ' 2.5.1 '
16
+ core_version = ' 1.9 .0'
17
+ nav_version = ' 2.5.3 '
18
18
junit_version = ' 4.13.2'
19
- version_name = ' 1.1.2 '
20
- version_code = 12
19
+ version_name = ' 1.1.3 '
20
+ version_code = 13
21
21
}
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
79
79
80
80
/* Composable Preview */
81
81
debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
82
- debugImplementation " androidx.customview:customview-poolingcontainer:1.0.0-rc01 "
82
+ debugImplementation " androidx.customview:customview-poolingcontainer:1.0.0"
83
83
}
84
84
85
85
task javadoc (type : Javadoc ) {
Original file line number Diff line number Diff line change @@ -65,18 +65,18 @@ dependencies {
65
65
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
66
66
67
67
// https://mvnrepository.com/artifact/androidx.compose
68
- implementation " androidx.activity:activity-compose:1.5 .1"
68
+ implementation " androidx.activity:activity-compose:1.6 .1"
69
69
implementation " androidx.compose.ui:ui:$compose_version "
70
70
implementation " androidx.compose.runtime:runtime:$compose_version "
71
71
implementation " androidx.compose.material:material:$compose_version "
72
72
implementation " androidx.compose.foundation:foundation:$compose_version "
73
73
debugImplementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
74
74
75
75
testImplementation " junit:junit:$junit_version "
76
- androidTestImplementation " androidx.test.ext:junit:1.1.3 "
76
+ androidTestImplementation " androidx.test.ext:junit:1.1.4 "
77
77
androidTestImplementation " androidx.navigation:navigation-testing:$nav_version "
78
78
androidTestImplementation " androidx.test.uiautomator:uiautomator:2.2.0"
79
- androidTestImplementation " androidx.test.espresso:espresso-core:3.4 .0"
79
+ androidTestImplementation " androidx.test.espresso:espresso-core:3.5 .0"
80
80
81
81
// Test rules and transitive dependencies:
82
82
androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$compose_version " )
You can’t perform that action at this time.
0 commit comments