Skip to content

Commit 1771475

Browse files
committed
Use old output dir.
1 parent 04aa5ed commit 1771475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ val prefabAar = tasks.register<Zip>("prefabAar") {
6363
}
6464
}
6565

66-
archiveFileName.set("build/outputs/powersync-sqlite-core.aar")
66+
archiveFileName.set("build/outputs/aar/powersync-sqlite-core.aar")
6767
destinationDirectory.set(file("./"))
6868
}
6969

0 commit comments

Comments
 (0)