Skip to content

Commit

Permalink
Bump version number, fix title showing at top of sheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
creativedrewy committed Oct 23, 2020
1 parent 5a6be0e commit 9b10042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId "com.creativedrewy.protectocrypto"
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionCode 2
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.ProtectoCrypto" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.ProtectoCrypto" parent="Theme.MaterialComponents.DayNight.NoActionBar">

<!-- Primary brand color. -->
<item name="colorPrimary">@color/protecto_primary</item>
Expand Down

0 comments on commit 9b10042

Please sign in to comment.