Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bredmond5 committed Dec 2, 2024
1 parent 14cdba2 commit 012219e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-test-manifest")
implementation("androidx.navigation:navigation-compose:2.7.7")

implementation("io.branch.sdk.android:library:5.9.0")
implementation("io.branch.sdk.android:library:5.14.0")
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
implementation("com.android.installreferrer:installreferrer:2.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fun ApiButton(
},
modifier = modifier.padding(0.dp),
colors = ButtonDefaults.buttonColors(
containerColor = if (isSelected) Color.Blue else Color.Gray,
containerColor = if (isSelected) MaterialTheme.colorScheme.primary else Color.Gray,
contentColor = Color.White
)
) {
Expand Down

0 comments on commit 012219e

Please sign in to comment.