diff --git a/gradle.properties b/gradle.properties index b795dd3f..1c6a01bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # POM GROUP = com.dropbox.affectedmoduledetector -VERSION_NAME=0.1.6 +VERSION_NAME=0.1.7-SNAPSHOT POM_ARTIFACT_ID = affectedmoduledetector POM_NAME = Affected Module Detector diff --git a/sample/buildSrc/build.gradle.kts b/sample/buildSrc/build.gradle.kts index 0f653dc9..5a8a8bb2 100644 --- a/sample/buildSrc/build.gradle.kts +++ b/sample/buildSrc/build.gradle.kts @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.6") + implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.7-SNAPSHOT") testImplementation("junit:junit:4.13.1") testImplementation("com.nhaarman:mockito-kotlin:1.5.0") testImplementation("com.google.truth:truth:1.0.1")