Skip to content

Commit

Permalink
Roll SkyDemo.apk version in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidelGoogle committed Aug 4, 2015
1 parent 01d26fe commit fed00af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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="21" android:versionName="0.0.21">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="22" android:versionName="0.0.22">

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- No longer crashes on Android M Developer Preview
- 3x scrolling speed improvement.

0 comments on commit fed00af

Please sign in to comment.