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

Commit

Permalink
Auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
google-automerger committed Nov 19, 2014
1 parent a0e7444 commit 172e78b
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 810 deletions.
1 change: 0 additions & 1 deletion Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies {

compile 'com.google.android.gms:play-services:5.0.+'
compile 'com.android.support:support-v13:20.0.+'
compile project(':Shared')
wearApp project(':Wearable')

}
Expand Down
6 changes: 3 additions & 3 deletions Application/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.timer">
package="com.example.android.wearable.timer">

<uses-sdk android:minSdkVersion="19"
android:targetSdkVersion="19" />
<uses-sdk android:minSdkVersion="18"
android:targetSdkVersion="20" />

<application android:allowBackup="true"
android:label="@string/app_name">
Expand Down

This file was deleted.

236 changes: 0 additions & 236 deletions Application/src/main/java/com/example/android/common/logger/Log.java

This file was deleted.

Loading

0 comments on commit 172e78b

Please sign in to comment.