Skip to content

Commit

Permalink
Merge pull request #44 from jogrimst/master
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
literacyapp authored Apr 28, 2017
2 parents 0d37f3e + 475ff29 commit e625c5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added Resources/sfx/en/digit_10.wav
Binary file not shown.
4 changes: 2 additions & 2 deletions proj.android-studio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.literacyapp.nya"
minSdkVersion 21
targetSdkVersion 21
versionCode 1000000
versionName "1.0.0"
versionCode 1000001
versionName "1.0.1"
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions proj.android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.literacyapp.nya"
android:versionCode="1000000"
android:versionName="1.0.0"
android:versionCode="1000001"
android:versionName="1.0.1"
android:installLocation="auto">

<uses-sdk android:minSdkVersion="21"/>
Expand Down

0 comments on commit e625c5c

Please sign in to comment.