Skip to content

Commit cb22ef1

Browse files
committed
Fix rome tools failure
1 parent 0c15656 commit cb22ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jetcaster/wear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ android {
6565
packagingOptions {
6666
resources {
6767
excludes += "/META-INF/{AL2.0,LGPL2.1}"
68-
excludes += "rome-utils-1.18.0.jar"
68+
excludes += "rome-utils-" + libs.rometools.rome.get().version + ".jar"
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)