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

Configure Feed

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

Update dependencies

+9 -9
+7 -7
gradle/libs.versions.toml
··· 1 1 [versions] 2 - agp = "8.3.2" 2 + agp = "8.5.1" 3 3 apkParser = "2.6.10" 4 - bugsnagAndroid = "6.5.0" 4 + bugsnagAndroid = "6.6.1" 5 5 bugsnagAndroidGradlePlugin = "8.1.0" 6 6 datastorePreferences = "1.1.1" 7 7 kotlin = "2.0.0" 8 8 core-ktx = "1.13.1" 9 - lifecycle-runtime-ktx = "2.8.1" 10 - activity-compose = "1.9.0" 9 + lifecycle-runtime-ktx = "2.8.4" 10 + activity-compose = "1.9.1" 11 11 compose-bom = "2024.04.00-alpha02" 12 12 linkSheet = "2.3.2" 13 - material-components = "1.13.0-alpha03" 13 + material-components = "1.13.0-alpha04" 14 14 mvvmFlowCompose = "0.16.1" 15 15 patreonSupportersRetrieval = "d2e9143db2" 16 16 preferences = "1.2.1" 17 17 hiddenApiBypass = "4.3" 18 - ktor = "2.3.11" 19 - kotlinx-serialization = "1.7.0" 18 + ktor = "2.3.12" 19 + kotlinx-serialization = "1.7.1" 20 20 shizuku = "13.1.5" 21 21 apollo = "4.0.0-beta.7" 22 22
+2 -2
gradle/wrapper/gradle-wrapper.properties
··· 1 - #Fri Nov 03 00:04:23 EDT 2023 1 + #Thu Aug 01 00:24:58 EDT 2024 2 2 distributionBase=GRADLE_USER_HOME 3 3 distributionPath=wrapper/dists 4 - distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip 4 + distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip 5 5 zipStoreBase=GRADLE_USER_HOME 6 6 zipStorePath=wrapper/dists