We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b4d2a commit 22d0797Copy full SHA for 22d0797
samples/react-native/android/app/build.gradle
@@ -192,15 +192,11 @@ android {
192
signingConfig signingConfigs.debug
193
minifyEnabled enableProguardInReleaseBuilds
194
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
195
- proguardFile "${rootProject.projectDir}/../node_modules/detox/android/detox/proguard-rules-app.pro"
196
}
197
198
199
200
dependencies {
201
- androidTestImplementation('com.wix:detox:+')
202
- implementation 'androidx.appcompat:appcompat:1.7.0'
203
-
204
// The version of react-native is set by the React Native Gradle Plugin
205
implementation("com.facebook.react:react-android")
206
0 commit comments