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 {
6
6
applicationId " com.codedead.deadhash"
7
7
minSdk 28
8
8
targetSdk 34
9
- versionName ' 1.8.0 '
9
+ versionName ' 1.8.1 '
10
10
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
11
- versionCode 10
11
+ versionCode 11
12
12
}
13
13
buildTypes {
14
14
release {
Original file line number Diff line number Diff line change 2
2
<!-- Base application theme. -->
3
3
<style name =" Theme.DeadHash" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
4
4
<!-- Primary brand color. -->
5
- <item name =" colorPrimary" >@color/purple_200 </item >
5
+ <item name =" colorPrimary" >@color/black </item >
6
6
<item name =" colorPrimaryVariant" >@color/purple_500</item >
7
- <item name =" colorOnPrimary" >@color/black </item >
7
+ <item name =" colorOnPrimary" >@color/white </item >
8
8
<!-- Secondary brand color. -->
9
9
<item name =" colorSecondary" >@color/teal_200</item >
10
10
<item name =" colorSecondaryVariant" >@color/teal_200</item >
11
- <item name =" colorOnSecondary" >@color/black </item >
11
+ <item name =" colorOnSecondary" >@color/white </item >
12
12
<!-- Status bar color. -->
13
13
<item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
14
14
<!-- 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