Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Oct 12, 2023
1 parent 40c3315 commit 49ebb7d
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "org.billthefarmer.tuner"
minSdkVersion 21
targetSdkVersion 28
versionName "1.52"
versionCode 152
versionName "1.53"
versionCode 153

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/153.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add Czech language
* Update navigation menu
4 changes: 2 additions & 2 deletions src/main/java/org/billthefarmer/tuner/Tuner.java
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ protected void onCreate(Bundle savedInstanceState)
case DARK:
case BLACK:
case SYSTEM:
toolbar.setNavigationIcon(R.drawable.ic_menu_white_36dp);
toolbar.setNavigationIcon(R.drawable.ic_menu_white_24dp);
break;

case WHITE:
toolbar.setNavigationIcon(R.drawable.ic_menu_black_36dp);
toolbar.setNavigationIcon(R.drawable.ic_menu_black_24dp);
break;
}
toolbar.setNavigationOnClickListener((v) ->
Expand Down
Binary file removed src/main/res/drawable-hdpi/ic_menu_black_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-hdpi/ic_menu_white_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-mdpi/ic_menu_black_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-mdpi/ic_menu_white_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-xhdpi/ic_menu_black_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-xhdpi/ic_menu_white_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-xxhdpi/ic_menu_black_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-xxhdpi/ic_menu_white_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-xxxhdpi/ic_menu_black_36dp.png
Binary file not shown.
Binary file removed src/main/res/drawable-xxxhdpi/ic_menu_white_36dp.png
Binary file not shown.

0 comments on commit 49ebb7d

Please sign in to comment.