Skip to content

Commit

Permalink
Roll APK versions in preparation for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidelGoogle committed Aug 25, 2015
1 parent 412a4a9 commit 9096711
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/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="23" android:versionName="0.0.23">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="24" android:versionName="0.0.24">

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
1 change: 1 addition & 0 deletions examples/demo_launcher/apk/release_notes/0.0.24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor updates to various demos including game.
2 changes: 1 addition & 1 deletion examples/fitness/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.fitness" android:versionCode="3" android:versionName="0.0.3">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.fitness" android:versionCode="4" android:versionName="0.0.4">

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
1 change: 1 addition & 0 deletions examples/fitness/apk/release_notes/0.0.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Now supports setting goal weight.

0 comments on commit 9096711

Please sign in to comment.