Skip to content

Commit 22d0797

Browse files
remove unused android dependencies
1 parent d2b4d2a commit 22d0797

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/react-native/android/app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,11 @@ android {
192192
signingConfig signingConfigs.debug
193193
minifyEnabled enableProguardInReleaseBuilds
194194
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
195-
proguardFile "${rootProject.projectDir}/../node_modules/detox/android/detox/proguard-rules-app.pro"
196195
}
197196
}
198197
}
199198

200199
dependencies {
201-
androidTestImplementation('com.wix:detox:+')
202-
implementation 'androidx.appcompat:appcompat:1.7.0'
203-
204200
// The version of react-native is set by the React Native Gradle Plugin
205201
implementation("com.facebook.react:react-android")
206202

0 commit comments

Comments
 (0)