Skip to content

Commit

Permalink
updated to wear v2 and removed unused mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSeker committed Mar 24, 2017
1 parent 220be35 commit b3a9cab
Show file tree
Hide file tree
Showing 44 changed files with 26 additions and 204 deletions.
2 changes: 1 addition & 1 deletion WearApp/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WearApp/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion WearApp/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WearApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions WearApp/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 21 11:34:03 PDT 2015
#Fri Mar 24 13:07:10 MDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
1 change: 0 additions & 1 deletion WearApp/mobile/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions WearApp/mobile/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions WearApp/mobile/proguard-rules.pro

This file was deleted.

15 changes: 0 additions & 15 deletions WearApp/mobile/src/main/AndroidManifest.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed WearApp/mobile/src/main/res/raw/wearapp.apk
Binary file not shown.
6 changes: 0 additions & 6 deletions WearApp/mobile/src/main/res/values/colors.xml

This file was deleted.

3 changes: 0 additions & 3 deletions WearApp/mobile/src/main/res/values/strings.xml

This file was deleted.

11 changes: 0 additions & 11 deletions WearApp/mobile/src/main/res/values/styles.xml

This file was deleted.

6 changes: 0 additions & 6 deletions WearApp/mobile/src/main/res/xml/wearable_app_desc.xml

This file was deleted.

2 changes: 1 addition & 1 deletion WearApp/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':mobile', ':wear'
include ':wear'
8 changes: 5 additions & 3 deletions WearApp/wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "edu.cs4730.wearapp"
Expand All @@ -22,6 +22,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:1.3.0'
compile 'com.google.android.gms:play-services-wearable:8.4.0'
//compile 'com.google.android.support:wearable:1.3.0'
compile 'com.google.android.gms:play-services-wearable:10.2.1'
compile 'com.google.android.support:wearable:2.0.0'
provided 'com.google.android.wearable:wearable:2.0.0'
}
2 changes: 1 addition & 1 deletion WearApp/wear/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
app:rectLayout="@layout/rect_activity_main"
app:roundLayout="@layout/round_activity_main"
tools:context="edu.cs4730.wearapp.MainActivity"
tools:deviceIds="wear"></android.support.wearable.view.WatchViewStub>
tools:deviceIds="wear"/>
1 change: 0 additions & 1 deletion WearAppv23/.idea/.name

This file was deleted.

9 changes: 1 addition & 8 deletions WearAppv23/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WearAppv23/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions WearAppv23/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WearAppv23/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.android.tools.build:gradle:2.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions WearAppv23/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 21 11:34:03 PDT 2015
#Fri Mar 24 13:01:22 MDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
1 change: 0 additions & 1 deletion WearAppv23/mobile/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions WearAppv23/mobile/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions WearAppv23/mobile/proguard-rules.pro

This file was deleted.

15 changes: 0 additions & 15 deletions WearAppv23/mobile/src/main/AndroidManifest.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed WearAppv23/mobile/src/main/res/raw/wearapp.apk
Binary file not shown.
6 changes: 0 additions & 6 deletions WearAppv23/mobile/src/main/res/values/colors.xml

This file was deleted.

3 changes: 0 additions & 3 deletions WearAppv23/mobile/src/main/res/values/strings.xml

This file was deleted.

11 changes: 0 additions & 11 deletions WearAppv23/mobile/src/main/res/values/styles.xml

This file was deleted.

6 changes: 0 additions & 6 deletions WearAppv23/mobile/src/main/res/xml/wearable_app_desc.xml

This file was deleted.

2 changes: 1 addition & 1 deletion WearAppv23/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':mobile', ':wear'
include ':wear'
12 changes: 7 additions & 5 deletions WearAppv23/wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'


android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 25
buildToolsVersion '25.0.2'

defaultConfig {
applicationId "edu.cs4730.wearapp"
minSdkVersion 20
targetSdkVersion 23
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand All @@ -22,6 +22,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:1.3.0'
compile 'com.google.android.gms:play-services-wearable:8.4.0'
//compile 'com.google.android.support:wearable:1.3.0'
compile 'com.google.android.gms:play-services-wearable:10.2.1'
compile 'com.google.android.support:wearable:2.0.0'
provided 'com.google.android.wearable:wearable:2.0.0'
}

0 comments on commit b3a9cab

Please sign in to comment.