Skip to content

Commit

Permalink
Map published versions for pom to the resolved values
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Mar 8, 2022
1 parent 6a6e136 commit 4aba1cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ subprojects {
groupId = "org.wordpress-mobile"
artifactId = "react-native-get-random-values"
version = "1.4.0"

versionMapping {
allVariants {
fromResolutionOf("releaseRuntimeClasspath")
}
}
}
}
}
Expand Down

0 comments on commit 4aba1cb

Please sign in to comment.