fix: Update build type for release build

This commit is contained in:
Anton Stubenbord
2023-04-27 11:30:54 +02:00
parent 401021549d
commit c4072fbae8

View File

@@ -70,7 +70,7 @@ android {
} }
buildTypes { buildTypes {
release { release {
signingConfig signingConfigs.debug signingConfig signingConfigs.release
} }
} }