Skip to content

Commit fda9dec

Browse files
authored
Pin navigationevent in ui to 1.0.1 (JetBrains#2890)
## Release Notes N/A
1 parent 5aaf70d commit fda9dec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

compose/ui/ui/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ androidXMultiplatform {
213213
// because this module supports all KMP platforms from the beginning.
214214
// Project dependency (commented out version) is required for `integration` branch setup
215215
// implementation(project(":navigationevent:navigationevent"))
216-
def navigationEventVersion = project.findProperty('artifactRedirection.version.androidx.navigationevent')
217-
implementation("androidx.navigationevent:navigationevent:$navigationEventVersion")
216+
implementation("androidx.navigationevent:navigationevent:1.0.1")
218217
}
219218
}
220219

0 commit comments

Comments
 (0)