Skip to content

Commit 349a996

Browse files
committed
test(lint): use "optimized" proguard vs deprecated non-optimized one
preparing for AGP9 also some trivial spacing changes
1 parent 7b933c2 commit 349a996

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ android {
116116
}
117117
release {
118118
minifyEnabled = enableProguardInReleaseBuilds
119-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
119+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
120120
proguardFile "${rootProject.projectDir}/../node_modules/detox/android/detox/proguard-rules-app.pro"
121121
signingConfig = signingConfigs.release
122122
firebaseCrashlytics {
@@ -164,7 +164,7 @@ dependencies {
164164
} else {
165165
implementation jscFlavor
166166
}
167-
167+
168168
/* ------------------------
169169
* TESTING SDKS/LIBRARIES
170170
* ------------------------ */

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ subprojects {
9696
}
9797
}
9898

99-
apply plugin: "com.facebook.react.rootproject"
99+
apply plugin: "com.facebook.react.rootproject"

0 commit comments

Comments
 (0)