File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
src/main/res/values-night
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ android {
66 applicationId " com.codedead.deadhash"
77 minSdk 28
88 targetSdk 34
9- versionName ' 1.8.0 '
9+ versionName ' 1.8.1 '
1010 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
11- versionCode 10
11+ versionCode 11
1212 }
1313 buildTypes {
1414 release {
Original file line number Diff line number Diff line change 22 <!-- Base application theme. -->
33 <style name =" Theme.DeadHash" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
44 <!-- Primary brand color. -->
5- <item name =" colorPrimary" >@color/purple_200 </item >
5+ <item name =" colorPrimary" >@color/black </item >
66 <item name =" colorPrimaryVariant" >@color/purple_500</item >
7- <item name =" colorOnPrimary" >@color/black </item >
7+ <item name =" colorOnPrimary" >@color/white </item >
88 <!-- Secondary brand color. -->
99 <item name =" colorSecondary" >@color/teal_200</item >
1010 <item name =" colorSecondaryVariant" >@color/teal_200</item >
11- <item name =" colorOnSecondary" >@color/black </item >
11+ <item name =" colorOnSecondary" >@color/white </item >
1212 <!-- Status bar color. -->
1313 <item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
1414 <!-- Customize your theme here. -->
Original file line number Diff line number Diff line change 1+ - Removed deprecated code
2+ - Refactoring
3+ - Improved file hash calculation
4+ - Improved UI
Original file line number Diff line number Diff line change 1+ - Removed deprecated code
2+ - Refactoring
3+ - Improved dark UI colors
You can’t perform that action at this time.
0 commit comments