diff --git a/gradle.properties b/gradle.properties index eeab58f..2420c33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # POM GROUP = com.dropbox.affectedmoduledetector -VERSION_NAME=0.3.0 +VERSION_NAME=0.3.1-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 5235638..aa796ea 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.3.0") + implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.1-SNAPSHOT") testImplementation("junit:junit:4.13.1") testImplementation("com.nhaarman:mockito-kotlin:1.5.0") testImplementation("com.google.truth:truth:1.0.1")