Skip to content

Commit f593487

Browse files
authored
Update Dependencies.kt
Updating version to 1.4.1
1 parent ffc53f8 commit f593487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Plugin {
88
const val DISPLAY_NAME = "Android AspectJ Gradle Plugin"
99
const val JVM_TARGET = "1.8"
1010
private const val BUILD_NUMBER = "" // Dynamically updated by publishLocal.sh on Travis. Otherwise left as-is.
11-
const val VERSION = "1.4.0$BUILD_NUMBER"
11+
const val VERSION = "1.4.1$BUILD_NUMBER"
1212
val TAGS = listOf("Android", "AspectJ", "Kotlin", "Java")
1313
}
1414

@@ -65,4 +65,4 @@ object Dependencies {
6565
const val JUNIT_JUPITER = "org.junit.jupiter:junit-jupiter:${Versions.JUNIT_VERSION}"
6666
const val MOCKITO = "org.mockito:mockito-core:${Versions.MOCKITO_CORE_VERSION}"
6767
const val MOCKK = "io.mockk:mockk:${Versions.MOCKK_VERSION}"
68-
}
68+
}

0 commit comments

Comments
 (0)