Skip to content

Commit cd343a9

Browse files
Prepare next development version. (#248)
* Prepare next development version. * Fix test build
1 parent 9c19f24 commit cd343a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin.code.style=official
2222

2323
# POM
2424
GROUP = com.dropbox.affectedmoduledetector
25-
VERSION_NAME=0.3.1
25+
VERSION_NAME=0.3.2-SNAPSHOT
2626

2727
POM_ARTIFACT_ID = affectedmoduledetector
2828
POM_NAME = Affected Module Detector

sample/buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.1-SNAPSHOT")
16+
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.2-SNAPSHOT")
1717
testImplementation("junit:junit:4.13.1")
1818
testImplementation("com.nhaarman:mockito-kotlin:1.5.0")
1919
testImplementation("com.google.truth:truth:1.0.1")

0 commit comments

Comments
 (0)