Skip to content

Commit

Permalink
Remove lint workaround for AGP < 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Jul 25, 2023
1 parent 3a55641 commit a65121d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ kotlin.native.binary.memoryModel=experimental

android.useAndroidX=true

# Customise the Lint version to use a more recent version than the one bundled with AGP
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
# TODO: this is necessary to work around a compatibility issue between Kotlin 1.9.0 and AGP 8.0.x
android.experimental.lint.version=8.1.0-rc01

### NPM Publishing
## WARNING: Do not commit an actual auth token to git
#npmPublishRegistryNpmjsAuthToken={npm authToken}

0 comments on commit a65121d

Please sign in to comment.