Skip to content

Commit

Permalink
[build|doc] Update dependencies; update sponsor links
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyD666 committed Aug 4, 2024
1 parent ed20ca6 commit 70f2569
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ['https://afdian.net/a/SkyD666', 'https://www.buymeacoffee.com/SkyD666']
custom: ['https://afdian.com/a/SkyD666', 'https://www.buymeacoffee.com/SkyD666']
9 changes: 4 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = 67
versionName = "2.3-alpha01"
versionName = "2.3-alpha02"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -124,9 +124,8 @@ android {
}

tasks.withType(KotlinCompile::class.java).configureEach {
//noinspection GrDeprecatedAPIUsage
kotlinOptions {
freeCompilerArgs += listOf(
compilerOptions {
freeCompilerArgs.addAll(
"-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
"-opt-in=androidx.compose.material.ExperimentalMaterialApi",
"-opt-in=androidx.compose.animation.ExperimentalAnimationApi",
Expand Down Expand Up @@ -176,7 +175,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
implementation("com.materialkolor:material-kolor:1.7.0")
implementation("androidx.datastore:datastore-preferences:1.1.1")
implementation("com.airbnb.android:lottie-compose:6.4.1")
implementation("com.airbnb.android:lottie-compose:6.5.0")

implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ private fun SponsorDialog(visible: Boolean, onClose: () -> Unit) {
Spacer(modifier = Modifier.height(6.dp))
ListItem(
modifier = Modifier.clickable {
openBrowser("https://afdian.net/a/SkyD666")
openBrowser("https://afdian.com/a/SkyD666")
onClose()
},
headlineContent = { Text(text = stringResource(R.string.sponsor_afadian)) },
Expand Down

0 comments on commit 70f2569

Please sign in to comment.