Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9bdb0f7

Browse files
committed
Roll versions in preparation for deploying a new APK
1 parent 1b8968c commit 9bdb0f7

File tree

10 files changed

+29
-6
lines changed

10 files changed

+29
-6
lines changed

mojo/dart/mojo_services/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.17
2+
3+
- 2398 changes: https://github.com/domokit/mojo/compare/ad9b135...1b8968c
4+
15
## 0.0.16
26

37
- 89 changes: https://github.com/domokit/mojo/compare/0fd4d06...c3119f6

mojo/dart/mojo_services/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ author: Chromium Authors <[email protected]>
22
description: Generated bindings for mojo services
33
homepage: https://github.com/domokit/mojo
44
name: mojo_services
5-
version: 0.0.16
5+
version: 0.0.17

mojo/dart/mojom/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.19
2+
3+
- 2398 changes: https://github.com/domokit/mojo/compare/ad9b135...1b8968c
4+
15
## 0.0.18
26

37
- 89 changes: https://github.com/domokit/mojo/compare/0fd4d06...c3119f6

mojo/dart/mojom/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ environment:
99
sdk: '>=1.9.0 <2.0.0'
1010
homepage: https://github.com/domokit/mojo
1111
name: mojom
12-
version: 0.0.18
12+
version: 0.0.19

mojo/public/dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.19
2+
3+
- 2398 changes: https://github.com/domokit/mojo/compare/ad9b135...1b8968c
4+
15
## 0.0.18
26

37
- 89 changes: https://github.com/domokit/mojo/compare/0fd4d06...c3119f6

mojo/public/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ dependencies:
44
description: Dart files to support executing inside Mojo.
55
homepage: https://github.com/domokit/mojo
66
name: mojo
7-
version: 0.0.18
7+
version: 0.0.19

sky/sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.19
2+
3+
- 49 changes: https://github.com/domokit/mojo/compare/a64559a...1b8968c
4+
15
## 0.0.18
26

37
- 41 changes: https://github.com/domokit/mojo/compare/246e279...c3119f6

sky/sdk/example/demo_launcher/apk/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use of this source code is governed by a BSD-style license that can be
44
found in the LICENSE file.
55
-->
6-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="18" android:versionName="0.0.18">
6+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="19" android:versionName="0.0.19">
77

88
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
99
<uses-permission android:name="android.permission.INTERNET" />
@@ -17,4 +17,4 @@
1717
</intent-filter>
1818
</activity>
1919
</application>
20-
</manifest>
20+
</manifest>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Fixed a common startup crasher on Android systems before 5.0
2+
Fixed to not draw behind the status bar on before Android 5.0
3+
First release from new http://github.com/domokit/sky_engine repository.
4+
5+
I suspect there may still be some crashes we will be fixing
6+
in the coming days as we set up systems to catch these crashes
7+
before they are shipped to users.

sky/sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ environment:
1111
sdk: '>=1.8.0 <2.0.0'
1212
homepage: https://github.com/domokit/mojo/tree/master/sky
1313
name: sky
14-
version: 0.0.18
14+
version: 0.0.19

0 commit comments

Comments
 (0)