Skip to content

Commit

Permalink
fix for newer buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
senpl committed Nov 3, 2020
1 parent 193bd7a commit 218e696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.fitworkoutfast"
minSdkVersion 21
targetSdkVersion 29
versionCode 56
versionName "0.24.03"
versionCode 57
versionName "0.24.04"
vectorDrawables.useSupportLibrary = true
}

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/about.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_version" translatable="false">0.24.03</string>
<string name="app_version" translatable="false">0.24.04</string>
<string name="database_version_label" translatable="false">Database version: </string>
<string name="author_label">Author: </string>
<string name="author" translatable="false">Michał Urbanek</string>
Expand All @@ -12,7 +12,7 @@
<string name="revision_history" translatable="false">\n

v0.23.04: October 14, 2020\n
\t- static timer fix. more button spaces
\t- New buttons colors
</string>
<string name="thanks_label" translatable="false">Libraries used in this app: </string>
<string name="MPAndroidChart_content" translatable="false">MPAndroidChart (Apache 2.0)</string>
Expand Down

0 comments on commit 218e696

Please sign in to comment.