Skip to content

Commit

Permalink
Update Dependencies.kt
Browse files Browse the repository at this point in the history
Updating version to 1.4.1
  • Loading branch information
eschlenz authored Sep 26, 2022
1 parent ffc53f8 commit f593487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Plugin {
const val DISPLAY_NAME = "Android AspectJ Gradle Plugin"
const val JVM_TARGET = "1.8"
private const val BUILD_NUMBER = "" // Dynamically updated by publishLocal.sh on Travis. Otherwise left as-is.
const val VERSION = "1.4.0$BUILD_NUMBER"
const val VERSION = "1.4.1$BUILD_NUMBER"
val TAGS = listOf("Android", "AspectJ", "Kotlin", "Java")
}

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

0 comments on commit f593487

Please sign in to comment.