Skip to content

Commit

Permalink
Merge pull request #17 from jogrimst/master
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
literacyapp authored Apr 27, 2017
2 parents 5c35acf + 6c9fddc commit 24785ed
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 2 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 "org.literacyapp.startguide"
minSdkVersion 21
targetSdkVersion 23
versionCode 1000000
versionName "1.0.0"
versionCode 1000001
versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ public void onPageSelected(int page) {
playMoveRight();
} else if ((page == 0) && !isDetectLeftActive()) {
setDetectRight(false);

finish();

Intent intent = new Intent(this, FinalActivity.class);
startActivity(intent);
}
Expand Down
Binary file removed app/src/main/res/raw/find_the_images_to_the_left.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/raw/good_job.mp3
Binary file not shown.
Binary file added app/src/main/res/raw/good_job.wav
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 24785ed

Please sign in to comment.