Skip to content

Commit d820ede

Browse files
committed
fix(android): use optimized ProGuard config for AGP 9 (#4281)
1 parent cbf2a2d commit d820ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Please upgrade to Mapbox v11.x or use @rnmapbox/maps 10.2.x
245245
buildTypes {
246246
release {
247247
minifyEnabled false
248-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
248+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
249249
}
250250
}
251251
}

0 commit comments

Comments
 (0)