Skip to content

Commit 0b46251

Browse files
authored
Merge pull request #93 from googlesamples/updatedocs2
Update lint documentation snapshot
2 parents caca38d + cc0ce12 commit 0b46251

File tree

339 files changed

+2739
-1166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+2739
-1166
lines changed

docs/checks/AccessibilityFocus.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Category
1414
: Accessibility
1515
Platform
16-
: Any
16+
: Android
1717
Vendor
1818
: Android Open Source Project
1919
Feedback

docs/checks/AccessibilityScrollActions.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Category
1414
: Accessibility
1515
Platform
16-
: Any
16+
: Android
1717
Vendor
1818
: Android Open Source Project
1919
Feedback

docs/checks/AccessibilityWindowStateChangedEvent.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Category
1414
: Accessibility
1515
Platform
16-
: Any
16+
: Android
1717
Vendor
1818
: Android Open Source Project
1919
Feedback

docs/checks/AlertDialogUsage.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
lintChecks 'com.vanniktech:lint-rules-android:0.25.0'
8484

8585
// build.gradle.kts with version catalogs:
86-
lintChecks(libs.lint-rules-android)
86+
lintChecks(libs.lint.rules.android)
8787

8888
# libs.versions.toml
8989
[versions]

docs/checks/ArcAnimationSpecTypeIssue.md.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,25 @@
9999

100100
```
101101
// build.gradle.kts
102-
implementation("androidx.compose.animation:animation-core-android:1.7.0-beta05")
102+
implementation("androidx.compose.animation:animation-core-android:1.7.0-rc01")
103103

104104
// build.gradle
105-
implementation 'androidx.compose.animation:animation-core-android:1.7.0-beta05'
105+
implementation 'androidx.compose.animation:animation-core-android:1.7.0-rc01'
106106

107107
// build.gradle.kts with version catalogs:
108-
implementation(libs.animation-core-android)
108+
implementation(libs.animation.core.android)
109109

110110
# libs.versions.toml
111111
[versions]
112-
animation-core-android = "1.7.0-beta05"
112+
animation-core-android = "1.7.0-rc01"
113113
[libraries]
114114
animation-core-android = {
115115
module = "androidx.compose.animation:animation-core-android",
116116
version.ref = "animation-core-android"
117117
}
118118
```
119119

120-
1.7.0-beta05 is the version this documentation was generated from;
120+
1.7.0-rc01 is the version this documentation was generated from;
121121
there may be newer versions available.
122122

123123
[Additional details about androidx.compose.animation:animation-core-android](androidx_compose_animation_animation-core-android.md.html).

docs/checks/ArgInFormattedQuantityStringRes.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
lintChecks 'com.slack.lint:slack-lint-checks:0.7.4'
9898

9999
// build.gradle.kts with version catalogs:
100-
lintChecks(libs.slack-lint-checks)
100+
lintChecks(libs.slack.lint.checks)
101101

102102
# libs.versions.toml
103103
[versions]

docs/checks/AssertjImport.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
lintChecks 'com.vanniktech:lint-rules-android:0.25.0'
5858

5959
// build.gradle.kts with version catalogs:
60-
lintChecks(libs.lint-rules-android)
60+
lintChecks(libs.lint.rules.android)
6161

6262
# libs.versions.toml
6363
[versions]

docs/checks/AutoDispose.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
lintChecks 'com.uber.autodispose2:autodispose-lint:2.2.1'
102102

103103
// build.gradle.kts with version catalogs:
104-
lintChecks(libs.autodispose-lint)
104+
lintChecks(libs.autodispose.lint)
105105

106106
# libs.versions.toml
107107
[versions]

docs/checks/AutoboxingStateCreation.md.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,25 +94,25 @@
9494

9595
```
9696
// build.gradle.kts
97-
implementation("androidx.compose.runtime:runtime-android:1.7.0-beta05")
97+
implementation("androidx.compose.runtime:runtime-android:1.7.0-rc01")
9898

9999
// build.gradle
100-
implementation 'androidx.compose.runtime:runtime-android:1.7.0-beta05'
100+
implementation 'androidx.compose.runtime:runtime-android:1.7.0-rc01'
101101

102102
// build.gradle.kts with version catalogs:
103-
implementation(libs.runtime-android)
103+
implementation(libs.runtime.android)
104104

105105
# libs.versions.toml
106106
[versions]
107-
runtime-android = "1.7.0-beta05"
107+
runtime-android = "1.7.0-rc01"
108108
[libraries]
109109
runtime-android = {
110110
module = "androidx.compose.runtime:runtime-android",
111111
version.ref = "runtime-android"
112112
}
113113
```
114114

115-
1.7.0-beta05 is the version this documentation was generated from;
115+
1.7.0-rc01 is the version this documentation was generated from;
116116
there may be newer versions available.
117117

118118
[Additional details about androidx.compose.runtime:runtime-android](androidx_compose_runtime_runtime-android.md.html).

docs/checks/AutoboxingStateValueProperty.md.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,25 @@
8989

9090
```
9191
// build.gradle.kts
92-
implementation("androidx.compose.runtime:runtime-android:1.7.0-beta05")
92+
implementation("androidx.compose.runtime:runtime-android:1.7.0-rc01")
9393

9494
// build.gradle
95-
implementation 'androidx.compose.runtime:runtime-android:1.7.0-beta05'
95+
implementation 'androidx.compose.runtime:runtime-android:1.7.0-rc01'
9696

9797
// build.gradle.kts with version catalogs:
98-
implementation(libs.runtime-android)
98+
implementation(libs.runtime.android)
9999

100100
# libs.versions.toml
101101
[versions]
102-
runtime-android = "1.7.0-beta05"
102+
runtime-android = "1.7.0-rc01"
103103
[libraries]
104104
runtime-android = {
105105
module = "androidx.compose.runtime:runtime-android",
106106
version.ref = "runtime-android"
107107
}
108108
```
109109

110-
1.7.0-beta05 is the version this documentation was generated from;
110+
1.7.0-rc01 is the version this documentation was generated from;
111111
there may be newer versions available.
112112

113113
[Additional details about androidx.compose.runtime:runtime-android](androidx_compose_runtime_runtime-android.md.html).

0 commit comments

Comments
 (0)