Skip to content

Commit b1083dd

Browse files
committed
feat: version bump, improved dark ui colors
1 parent 44d3269 commit b1083dd

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

app/src/main/res/values-night/themes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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. -->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Removed deprecated code
2+
- Refactoring
3+
- Improved file hash calculation
4+
- Improved UI
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Removed deprecated code
2+
- Refactoring
3+
- Improved dark UI colors

0 commit comments

Comments
 (0)