Skip to content

Commit

Permalink
bump 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Jan 22, 2025
1 parent ba0e434 commit eb24578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
kotlin.jvm.target.validation.mode = IGNORE
version = 5.3.1-dev.5
version = 5.3.1

6 changes: 4 additions & 2 deletions patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -2572,8 +2572,9 @@
"description": "Specify a background color for the snack bar. You can specify hex color (#AARRGGBB) or color resource reference.",
"required": true,
"type": "kotlin.String",
"default": "#FF181825",
"default": "@color/yt_black3",
"values": {
"YouTube Dark": "@color/yt_black3",
"Amoled Black": "@android:color/black",
"Catppuccin (Mocha)": "#FF181825",
"Dark Pink": "#FF290025",
Expand All @@ -2590,8 +2591,9 @@
"description": "Specify a background color for the snack bar. You can specify hex color (#AARRGGBB) or color resource reference.",
"required": true,
"type": "kotlin.String",
"default": "#FFE6E9EF",
"default": "@color/yt_white3",
"values": {
"YouTube Light": "@color/yt_white3",
"White": "@android:color/white",
"Catppuccin (Latte)": "#FFE6E9EF",
"Light Pink": "#FFFCCFF3",
Expand Down

0 comments on commit eb24578

Please sign in to comment.