Skip to content

Commit

Permalink
Merge pull request #70 from adityabhaskar/renovate/android.lint
Browse files Browse the repository at this point in the history
Update dependency com.android.lint to v8.4.1
  • Loading branch information
adityabhaskar authored May 26, 2024
2 parents 3fa7f5e + f71e4d4 commit a2e3408
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

- name: Cache Gradle Caches
uses: gradle/gradle-build-action@v3

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ google-services.json

# Android Profiling
*.hprof


/plugin-build/.kotlin/sessions/kotlin-compiler-*.salive
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin = "2.0.0"
ktlintGradle = "12.1.1"
pluginPublish = "1.2.1"
versionCheck = "0.51.0"
android-lint = "8.3.2"
android-lint = "8.4.1"
android-lint-gradle = "1.0.0-alpha01"

[plugins]
Expand Down

0 comments on commit a2e3408

Please sign in to comment.