diff --git a/gradle.properties b/gradle.properties index 16160b1..eeab58f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # POM GROUP = com.dropbox.affectedmoduledetector -VERSION_NAME=0.2.3-SNAPSHOT +VERSION_NAME=0.3.0 POM_ARTIFACT_ID = affectedmoduledetector POM_NAME = Affected Module Detector diff --git a/sample/buildSrc/build.gradle.kts b/sample/buildSrc/build.gradle.kts index 5460bb2..5235638 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.2.3-SNAPSHOT") + implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.0") testImplementation("junit:junit:4.13.1") testImplementation("com.nhaarman:mockito-kotlin:1.5.0") testImplementation("com.google.truth:truth:1.0.1")