wip bsky client for the web & android
0
fork

Configure Feed

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

at main 16 lines 498 B view raw
1ext { 2 minSdkVersion = 24 3 compileSdkVersion = 36 4 targetSdkVersion = 36 5 androidxActivityVersion = '1.11.0' 6 androidxAppCompatVersion = '1.7.1' 7 androidxCoordinatorLayoutVersion = '1.3.0' 8 androidxCoreVersion = '1.17.0' 9 androidxFragmentVersion = '1.8.9' 10 coreSplashScreenVersion = '1.2.0' 11 androidxWebkitVersion = '1.14.0' 12 junitVersion = '4.13.2' 13 androidxJunitVersion = '1.3.0' 14 androidxEspressoCoreVersion = '3.7.0' 15 cordovaAndroidVersion = '14.0.1' 16}