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 11[versions ]
22
3- androidTools = " 7.1.3 "
3+ androidTools = " 7.2.2 "
44
55compileSdk = " 31"
66minSdkVersion = " 21"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88
99 deps = [
1010 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 " ,
1212 appcompat : ' androidx.appcompat:appcompat:1.3.1' ,
1313 constraintlayout : ' androidx.constraintlayout:constraintlayout:2.0.1' ,
1414 kotlin : [
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import com.squareup.workflow1.ui.showing
3232public class ViewStateCache
3333@VisibleForTesting(otherwise = PRIVATE )
3434internal constructor (
35- @VisibleForTesting(otherwise = PRIVATE )
35+ @get: VisibleForTesting(otherwise = PRIVATE )
3636 internal val viewStates: MutableMap <String , ViewStateFrame >
3737) {
3838 public constructor () : this (mutableMapOf ())
You can’t perform that action at this time.
0 commit comments