mdc-lint-rules

Lint rules for checking using MDC

License

License

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

com.rosberry.android.lint
ArtifactId

ArtifactId

mdc-lint-rules
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

mdc-lint-rules
Lint rules for checking using MDC
Project URL

Project URL

https://github.com/rosberry/MDCLintRules.git
Source Code Management

Source Code Management

https://github.com/rosberry/MDCLintRules.git

Download mdc-lint-rules

How to add to project

<!-- https://jarcasting.com/artifacts/com.rosberry.android.lint/mdc-lint-rules/ -->
<dependency>
    <groupId>com.rosberry.android.lint</groupId>
    <artifactId>mdc-lint-rules</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rosberry.android.lint/mdc-lint-rules/
implementation 'com.rosberry.android.lint:mdc-lint-rules:1.0.0'
// https://jarcasting.com/artifacts/com.rosberry.android.lint/mdc-lint-rules/
implementation ("com.rosberry.android.lint:mdc-lint-rules:1.0.0")
'com.rosberry.android.lint:mdc-lint-rules:jar:1.0.0'
<dependency org="com.rosberry.android.lint" name="mdc-lint-rules" rev="1.0.0">
  <artifact name="mdc-lint-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rosberry.android.lint', module='mdc-lint-rules', version='1.0.0')
)
libraryDependencies += "com.rosberry.android.lint" % "mdc-lint-rules" % "1.0.0"
[com.rosberry.android.lint/mdc-lint-rules "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Material Design Component Lint Rules

Library check that you should use MDC instead of AppCompat widgets. Show warnings in AndroidStudio and suggests fix.

Contains checkers for:

  • Material Button
  • Material Card View
  • Material Check Box
  • Material Slider
  • Material Switch
  • Material Text View
  • Material Toolbar

How to install

dependencies {
    lintChecks("com.rosberry.android.lint:mdc-lint-rules:VERSION")
}
com.rosberry.android.lint

Rosberry

Versions

Version
1.0.0