Skip to content

Commit d935b54

Browse files
signing path
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent b96956d commit d935b54

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

android/app/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ android {
5353
create("release") {
5454
keyAlias = keystoreProperties["keyAlias"] as String
5555
keyPassword = keystoreProperties["keyPassword"] as String
56-
storeFile = file(keystoreProperties["storeFile"] as String)
56+
storeFile = rootProject.file(
57+
keystoreProperties["storeFile"] as String,
58+
)
5759
storePassword = keystoreProperties["storePassword"] as String
5860
}
5961
}

0 commit comments

Comments
 (0)