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

Roll versions in preparation for deploying a new APK #55

Merged
merged 1 commit into from
Jul 16, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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