Skip to content

Commit 31141b6

Browse files
committed
update AGP to 7.2.2
1 parent 93981f3 commit 31141b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22

3-
androidTools = "7.1.3"
3+
androidTools = "7.2.2"
44

55
compileSdk = "31"
66
minSdkVersion = "21"

samples/tutorial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: [

workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/container/ViewStateCache.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import com.squareup.workflow1.ui.showing
3232
public class ViewStateCache
3333
@VisibleForTesting(otherwise = PRIVATE)
3434
internal constructor(
35-
@VisibleForTesting(otherwise = PRIVATE)
35+
@get:VisibleForTesting(otherwise = PRIVATE)
3636
internal val viewStates: MutableMap<String, ViewStateFrame>
3737
) {
3838
public constructor() : this(mutableMapOf())

0 commit comments

Comments
 (0)