๐Ÿ”— Redirect Bluesky links to your preferred client
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Allow cleartext traffic

+2 -1
+2 -1
shared/src/main/AndroidManifest.xml
··· 19 19 android:name="${applicationId}.MainApp" 20 20 android:label="@string/app_name" 21 21 android:icon="@mipmap/ic_launcher" 22 - android:roundIcon="@mipmap/ic_launcher_round"> 22 + android:roundIcon="@mipmap/ic_launcher_round" 23 + android:usesCleartextTraffic="true"> 23 24 <activity android:name=".BaseActivity" 24 25 android:exported="true" /> 25 26