Skip to content

Commit 28b6bc3

Browse files
authoredJul 19, 2022
Merge pull request #157 from dropbox/jfein/0.1.6
Prepare for release 0.1.6.
2 parents c18ef5d + f7f557d commit 28b6bc3

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.1.6-SNAPSHOT
25+
VERSION_NAME=0.1.6
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.1.6-SNAPSHOT")
16+
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.6")
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)
Please sign in to comment.