Bluesky app fork with some witchin' additions 💫

patch in proguard rules (#9447)

authored by samuel.fm and committed by

GitHub 43ebb80a d91e206e

+20
+20
patches/@haileyok+bluesky-video+0.3.2.patch
··· 1 + diff --git a/node_modules/@haileyok/bluesky-video/android/build.gradle b/node_modules/@haileyok/bluesky-video/android/build.gradle 2 + index b988d3f..7743421 100644 3 + --- a/node_modules/@haileyok/bluesky-video/android/build.gradle 4 + +++ b/node_modules/@haileyok/bluesky-video/android/build.gradle 5 + @@ -36,6 +36,7 @@ android { 6 + defaultConfig { 7 + versionCode 1 8 + versionName "0.1.0" 9 + + consumerProguardFiles 'proguard-rules.pro' 10 + } 11 + lintOptions { 12 + abortOnError false 13 + diff --git a/node_modules/@haileyok/bluesky-video/android/proguard-rules.pro b/node_modules/@haileyok/bluesky-video/android/proguard-rules.pro 14 + new file mode 100644 15 + index 0000000..3b5b864 16 + --- /dev/null 17 + +++ b/node_modules/@haileyok/bluesky-video/android/proguard-rules.pro 18 + @@ -0,0 +1,2 @@ 19 + +# Keep FullscreenActivity from being stripped by R8/ProGuard 20 + +-keep class expo.modules.blueskyvideo.FullscreenActivity { *; }