Skip to content

Commit

Permalink
Roll versions in perparation for another APK release.
Browse files Browse the repository at this point in the history
Also fixed roll_versions to no longer roll mojo paths
since those are not part of the sky_engine repository.

R=abarth@google.com
  • Loading branch information
eseidelGoogle committed Jul 16, 2015
1 parent 1b8968c commit f2830c7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions sky/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.19

- 49 changes: https://github.com/domokit/mojo/compare/a64559a...1b8968c

## 0.0.18

- 41 changes: https://github.com/domokit/mojo/compare/246e279...c3119f6
Expand Down
4 changes: 2 additions & 2 deletions sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="18" android:versionName="0.0.18">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="19" android:versionName="0.0.19">

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET" />
Expand All @@ -17,4 +17,4 @@
</intent-filter>
</activity>
</application>
</manifest>
</manifest>
7 changes: 7 additions & 0 deletions sky/sdk/example/demo_launcher/apk/release_notes/0.0.19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fixed a common startup crasher on Android systems before 5.0
Fixed to not draw behind the status bar on before Android 5.0
First release from new http://github.com/domokit/sky_engine repository.

I suspect there may still be some crashes we will be fixing
in the coming days as we set up systems to catch these crashes
before they are shipped to users.
2 changes: 1 addition & 1 deletion sky/sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ environment:
sdk: '>=1.8.0 <2.0.0'
homepage: https://github.com/domokit/mojo/tree/master/sky
name: sky
version: 0.0.18
version: 0.0.19
3 changes: 0 additions & 3 deletions sky/tools/roll_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

PUBSPECS = [
'sky/sdk/pubspec.yaml',
'mojo/public/dart/pubspec.yaml',
'mojo/dart/mojo_services/pubspec.yaml',
'mojo/dart/mojom/pubspec.yaml',
]

MANIFESTS = [
Expand Down

0 comments on commit f2830c7

Please sign in to comment.