diff --git a/examples/demo_launcher/apk/AndroidManifest.xml b/examples/demo_launcher/apk/AndroidManifest.xml index 10151ea7eb2ae..ec14badc14511 100644 --- a/examples/demo_launcher/apk/AndroidManifest.xml +++ b/examples/demo_launcher/apk/AndroidManifest.xml @@ -3,7 +3,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + diff --git a/examples/demo_launcher/apk/release_notes/0.0.24.txt b/examples/demo_launcher/apk/release_notes/0.0.24.txt new file mode 100644 index 0000000000000..df1f09a2e7e60 --- /dev/null +++ b/examples/demo_launcher/apk/release_notes/0.0.24.txt @@ -0,0 +1 @@ +Minor updates to various demos including game. diff --git a/examples/fitness/apk/AndroidManifest.xml b/examples/fitness/apk/AndroidManifest.xml index a910e589e2200..7ddc4d3db5283 100644 --- a/examples/fitness/apk/AndroidManifest.xml +++ b/examples/fitness/apk/AndroidManifest.xml @@ -3,7 +3,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + diff --git a/examples/fitness/apk/release_notes/0.0.4.txt b/examples/fitness/apk/release_notes/0.0.4.txt new file mode 100644 index 0000000000000..5e8ff768a7b78 --- /dev/null +++ b/examples/fitness/apk/release_notes/0.0.4.txt @@ -0,0 +1 @@ +Now supports setting goal weight.