Skip to content

Commit bf63556

Browse files
Update humanoperator/build.gradle.kts
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
1 parent bcf87c3 commit bf63556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

humanoperator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
release {
5454
isMinifyEnabled = false
5555
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
56-
signingConfig = signingConfigs.getByName("release")
56+
signingConfig = if (missingReleaseSigningEnv.isEmpty()) signingConfigs.getByName("release") else null
5757
}
5858
}
5959

0 commit comments

Comments
 (0)