build: Do not sign all releases with debug key

This commit is contained in:
oSumAtrIX 2025-04-30 13:47:56 +02:00
parent 70a695017e
commit 7ca003a30d
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -161,7 +161,6 @@ android {
}
buildConfigField("long", "BUILD_ID", "0L")
signingConfig = signingConfigs.getByName("debug")
}
}