Skip to content

Commit

Permalink
bump version to plugin 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-lapin committed Mar 31, 2021
1 parent 18828ef commit 68ed367
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ android.defaults.buildfeatures.shaders=false
kotlin.code.style=official

lib.group=com.sergei-lapin.napt
lib.version=1.6
lib.version=1.7
2 changes: 1 addition & 1 deletion napt-gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lib.group=com.sergei-lapin.napt
lib.version=1.6
lib.version=1.7
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.gradle.api.tasks.Delete
import org.gradle.api.tasks.compile.JavaCompile
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

private const val COMPILER_PLUGIN = "com.github.sergei-lapin:napt:1.6"
private const val COMPILER_PLUGIN = "com.github.sergei-lapin:napt:1.5"
private const val ANNOTATION_PROCESSOR_CONFIGURATION = "annotationProcessor"

class NaptGradlePlugin : Plugin<Project> {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id "com.sergei-lapin.napt" version "1.6"
id "com.sergei-lapin.napt" version "1.7"
}
}

Expand Down

0 comments on commit 68ed367

Please sign in to comment.