We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c18ef5d + f7f557d commit 28b6bc3Copy full SHA for 28b6bc3
gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
22
23
# POM
24
GROUP = com.dropbox.affectedmoduledetector
25
-VERSION_NAME=0.1.6-SNAPSHOT
+VERSION_NAME=0.1.6
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-SNAPSHOT")
+ implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.6")
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