mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-18 06:58:48 +08:00
use same signing config for debug build (#19760)
Summary: use same signing config for debug build pass all current ci. none [GENERAL] [INTERNAL] [RNTester] - use same signing config for debug build . Closes https://github.com/facebook/react-native/pull/19760 Differential Revision: D8623409 Pulled By: hramos fbshipit-source-id: 420842db3f954101ee8f771aaf0b021bea385741
This commit is contained in:
committed by
Facebook Github Bot
parent
86fb5213ae
commit
60827c6338
@@ -114,6 +114,9 @@ android {
|
||||
}
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
release {
|
||||
minifyEnabled enableProguardInReleaseBuilds
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
||||
Reference in New Issue
Block a user