Skip to content

Commit a68da65

Browse files
Prepped for next release
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.
1 parent 285fee4 commit a68da65

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.idea/misc.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.noprestige.kanaquiz"
88
minSdkVersion 17
99
targetSdkVersion 27
10-
versionCode 10
11-
versionName "0.8"
10+
versionCode 11
11+
versionName "0.9"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
vectorDrawables {
1414
useSupportLibrary true

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<string name="full_reference_option_summary">Reference screen will display all kana</string>
6767
<string name="prefid_full_reference">full_reference</string>
6868

69-
<string name="multiple_choice_option_title">Multiple Choice Questions (beta)</string>
69+
<string name="multiple_choice_option_title">Multiple Choice Questions</string>
7070
<string name="multiple_choice_option_summary">Questions will be in multiple choice</string>
7171
<string name="prefid_multiple_choice">multiple_choice</string>
7272

0 commit comments

Comments
 (0)