Skip to content

Commit d8251f8

Browse files
Copilotkirklandsign
andcommitted
Apply PR #16806 changes: update coordinates logic and version to 1.2.0-SNAPSHOT
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>
1 parent 1bcabbb commit d8251f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/executorch_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ mavenPublishing {
7878
publishToMavenCentral()
7979
signAllPublications()
8080

81-
coordinates("org.pytorch", "executorch-android" + (flavor ? "-" + flavor : ""), execuTorchVersion ? execuTorchVersion : "1.0.0-SNAPSHOT")
81+
coordinates("org.pytorch", "executorch-android" + ((flavor && flavor != "xnnpack") ? "-" + flavor : ""), execuTorchVersion ? execuTorchVersion : "1.2.0-SNAPSHOT")
8282

8383
pom {
8484
name = "ExecuTorch Android"

0 commit comments

Comments
 (0)