Skip to content

Commit

Permalink
Prepped next release
Browse files Browse the repository at this point in the history
Incremented version number, also darkened the custom text colours.
  • Loading branch information
theblackwidower committed Mar 13, 2017
1 parent 02caec2 commit f4f503c
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 @@ -7,8 +7,8 @@ android {
applicationId "com.noprestige.kanaquiz"
minSdkVersion 17
targetSdkVersion 25
versionCode 6
versionName "0.4.1"
versionCode 7
versionName "0.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>

<color name="correct">#00FF00</color>
<color name="incorrect">#FF0000</color>
<color name="correct">#00CC00</color>
<color name="incorrect">#EE0000</color>
</resources>

0 comments on commit f4f503c

Please sign in to comment.