Skip to content

Commit

Permalink
change minimum version of AGP
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Jan 31, 2019
1 parent a0aa9bd commit 9913d77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ButterKnifePlugin : Plugin<Project> {
is GenerateLibraryRFileTask -> processResourcesTask.textSymbolOutputFile
is LinkApplicationAndroidResourcesTask -> processResourcesTask.textSymbolOutputFile
else -> throw RuntimeException(
"Minimum supported Android Gradle Plugin is 3.1.0")
"Minimum supported Android Gradle Plugin is 3.3.0")
})
.builtBy(processResourcesTask)
it.packageName = rPackage
Expand Down

0 comments on commit 9913d77

Please sign in to comment.