Skip to content

Commit

Permalink
Prepped for next release
Browse files Browse the repository at this point in the history
Incremented version number and took the beta label off the multiple
choice feature since I think it's finally ready for release. Also,
Android Studio removed EntryPointsManager, I don't know what it is, or
why, but it's getting committed.
  • Loading branch information
theblackwidower committed Jan 24, 2018
1 parent 285fee4 commit a68da65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 27
versionCode 10
versionName "0.8"
versionCode 11
versionName "0.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<string name="full_reference_option_summary">Reference screen will display all kana</string>
<string name="prefid_full_reference">full_reference</string>

<string name="multiple_choice_option_title">Multiple Choice Questions (beta)</string>
<string name="multiple_choice_option_title">Multiple Choice Questions</string>
<string name="multiple_choice_option_summary">Questions will be in multiple choice</string>
<string name="prefid_multiple_choice">multiple_choice</string>

Expand Down

0 comments on commit a68da65

Please sign in to comment.