Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit b3f0636

Browse files
committed
fix: Fixes wrong signing config
1 parent 7de5832 commit b3f0636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
}
8282

8383
release {
84-
signingConfig signingConfigs.debug
84+
signingConfig signingConfigs.release
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)