We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4333c5 + e768162 commit 51b56fdCopy full SHA for 51b56fd
AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="protect.babymonitor"
4
- android:versionCode="1"
5
- android:versionName="0.1" >
+ android:versionCode="2"
+ android:versionName="0.2" >
6
7
<uses-sdk
8
android:minSdkVersion="17"
NEWS
@@ -1,11 +1,13 @@
-In development:
+Sun Jan 3, 2016: Release 0.2
* Improve and simplify audio playback to reduce dropped
audio samples
* A parent device may pair with a child device by entering
the child's IP address and port.
9
+ * Japanese translation
10
+
11
12
Mon Dec 28, 2015: Release 0.1
13
0 commit comments