File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1111-keep class com.swmansion.reanimated.** { *; }
1212-keep class com.facebook.react.turbomodule.** { *; }
1313
14+ # Keep VPN classes - prevent ProGuard from removing them
15+ -keep class com.cbv.vpn.VPNIntentReceiver { *; }
16+ -keep class com.cbv.vpn.VPNConnectionService { *; }
17+ -keep class com.cbv.vpn.VPNPermissionActivity { *; }
18+ -keep class com.cbv.vpn.** { *; }
19+
1420# Add any project specific keep options here:
Original file line number Diff line number Diff line change 4848 <activity android : name =" .VPNPermissionActivity"
4949 android : exported =" false" android : theme =" @style/AppTheme"
5050 android : launchMode =" singleTop" />
51- <receiver android : name =" .VPNIntentReceiver" android : exported =" true"
51+ <receiver android : name =" .VPNIntentReceiver"
52+ android : enabled =" true"
53+ android : exported =" true"
5254 android : directBootAware =" true" >
5355 <intent-filter >
5456 <action android : name =" com.cbv.vpn.ADD_PROFILE" />
6365 </intent-filter >
6466 </receiver >
6567 </application >
66- </manifest >
68+ </manifest >
You can’t perform that action at this time.
0 commit comments