We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28b6bc3 + b71c233 commit e09ed5bCopy full SHA for e09ed5b
gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
22
23
# POM
24
GROUP = com.dropbox.affectedmoduledetector
25
-VERSION_NAME=0.1.6
+VERSION_NAME=0.1.7-SNAPSHOT
26
27
POM_ARTIFACT_ID = affectedmoduledetector
28
POM_NAME = Affected Module Detector
sample/buildSrc/build.gradle.kts
@@ -13,7 +13,7 @@ repositories {
13
}
14
15
dependencies {
16
- implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.6")
+ implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.7-SNAPSHOT")
17
testImplementation("junit:junit:4.13.1")
18
testImplementation("com.nhaarman:mockito-kotlin:1.5.0")
19
testImplementation("com.google.truth:truth:1.0.1")
0 commit comments