Skip to content

Commit

Permalink
Bump lint minApi to 3.3.0 (#334)
Browse files Browse the repository at this point in the history
From discussion in #333
  • Loading branch information
ShaishavGandhi committed Feb 27, 2019
1 parent 2146aa8 commit 03dd58b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ import com.google.auto.service.AutoService
class AutoDisposeIssueRegistry() : IssueRegistry() {
override val issues: List<Issue> = listOf(AutoDisposeDetector.ISSUE)
override val api: Int = CURRENT_API
override val minApi = 2
}

0 comments on commit 03dd58b

Please sign in to comment.