We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c19f24 commit cd343a9Copy full SHA for cd343a9
gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
22
23
# POM
24
GROUP = com.dropbox.affectedmoduledetector
25
-VERSION_NAME=0.3.1
+VERSION_NAME=0.3.2-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.3.1-SNAPSHOT")
+ implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.2-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