Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
apks
Browse files Browse the repository at this point in the history
  • Loading branch information
bdonald25 committed Jun 4, 2015
1 parent 77ee095 commit 9a14104
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Apps/Motion/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="edu.uml.cs.isense.motion"
android:versionCode="9"
android:versionName="1.2">
android:versionCode="10"
android:versionName="1.3">

<uses-sdk
android:minSdkVersion="11"
Expand Down
1 change: 0 additions & 1 deletion Apps/Motion/res/layout-v11/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
android:layout_width="40dp"
android:layout_height="60dp"
style="?android:borderlessButtonStyle"
android:layout_toLeftOf="@+id/leftChevron"
android:layout_alignParentLeft="true"
android:text="@string/font_awesome_icon_left_chevron"
android:textColor="@android:color/white"
Expand Down
1 change: 0 additions & 1 deletion Apps/Motion/res/layout-v21/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
android:layout_width="40dp"
android:layout_height="60dp"
style="?android:borderlessButtonStyle"
android:layout_toLeftOf="@+id/leftChevron"
android:layout_alignParentLeft="true"
android:text="@string/font_awesome_icon_left_chevron"
android:textColor="@android:color/white"
Expand Down
1 change: 0 additions & 1 deletion Apps/Motion/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
android:id="@+id/leftChevron"
android:layout_width="40dp"
android:layout_height="60dp"
android:layout_toLeftOf="@+id/leftChevron"
android:layout_alignParentLeft="true"
android:text="@string/font_awesome_icon_left_chevron"
android:background="@drawable/chevron"/>
Expand Down
4 changes: 2 additions & 2 deletions Apps/Pictures/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.uml.cs.isense.riverwalk"
android:versionCode="13"
android:versionName="2.2.3">
android:versionCode="14"
android:versionName="3.0">

<uses-sdk
android:minSdkVersion="11"
Expand Down
4 changes: 2 additions & 2 deletions Apps/Writer/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.uml.cs.isense.writer"
android:versionCode="10"
android:versionName="1.2.0" >
android:versionCode="11"
android:versionName="1.3.0" >

<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
Binary file added Google_Play_APK_Files/Motion/Motion_v1_3_0.apk
Binary file not shown.
Binary file not shown.
Binary file added Google_Play_APK_Files/Writer/Writer_v1_3_0.apk
Binary file not shown.

0 comments on commit 9a14104

Please sign in to comment.