File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/container Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
3
- androidTools = " 7.1.3 "
3
+ androidTools = " 7.2.2 "
4
4
5
5
compileSdk = " 31"
6
6
minSdkVersion = " 21"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
deps = [
10
10
activityktx : ' androidx.activity:activity-ktx:1.3.0' ,
11
- agp : " com.android.tools.build:gradle:7.1.3 " ,
11
+ agp : " com.android.tools.build:gradle:7.2.2 " ,
12
12
appcompat : ' androidx.appcompat:appcompat:1.3.1' ,
13
13
constraintlayout : ' androidx.constraintlayout:constraintlayout:2.0.1' ,
14
14
kotlin : [
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import com.squareup.workflow1.ui.showing
32
32
public class ViewStateCache
33
33
@VisibleForTesting(otherwise = PRIVATE )
34
34
internal constructor (
35
- @VisibleForTesting(otherwise = PRIVATE )
35
+ @get: VisibleForTesting(otherwise = PRIVATE )
36
36
internal val viewStates: MutableMap <String , ViewStateFrame >
37
37
) {
38
38
public constructor () : this (mutableMapOf ())
You can’t perform that action at this time.
0 commit comments