A cheap attempt at a native Bluesky client for Android
8
fork

Configure Feed

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

at worktree-typed-snacking-peach 9 lines 465 B view raw
1// Top-level build file where you can add configuration options common to all sub-projects/modules. 2plugins { 3 alias(libs.plugins.android.application) apply false 4 alias(libs.plugins.kotlin.android) apply false 5 alias(libs.plugins.kotlin.compose) apply false 6 id("com.google.dagger.hilt.android") version "2.57.2" apply false 7 id("com.google.devtools.ksp") version "2.3.2" apply false 8 kotlin("plugin.serialization") version "2.2.20" apply false 9}