Skip to content

Commit

Permalink
Fixing missed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeziellago committed May 19, 2020
1 parent 89620ab commit 72c3d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=true
kotlin.code.style=official

# Info to Maven Publish
library.version=0.1.0
library.version=0.1.1
library.groupId=com.picpay.gradlelint
library.artifactId=version-checker
library.repository=version-checker-gradle-lint
4 changes: 2 additions & 2 deletions lintversioncheck/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72")
implementation("com.android.tools.lint:lint-api:26.6.3")
implementation("com.android.tools.lint:lint-checks:26.6.3")
api("com.android.tools.lint:lint-api:26.6.3")
api("com.android.tools.lint:lint-checks:26.6.3")
testImplementation("junit:junit:4.13")
}

Expand Down

0 comments on commit 72c3d6a

Please # to comment.