Skip to content

Commit 8675ece

Browse files
committed
update dependencies
1 parent b7e3891 commit 8675ece

14 files changed

+33
-19
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ dependencies {
3535
compile name: 'android'
3636
compile project(":core")
3737
compile project(":libraries:vr")
38-
compile group: 'org.processing', name: 'core', version: '3.3.4'
39-
compile group: 'org.processing', name: 'pde', version: '3.3.4'
40-
compile group: 'org.processing', name: 'java-mode', version: '3.3.4'
41-
compile "org.gradle:gradle-tooling-api:4.4.1"
38+
compile group: 'org.processing', name: 'core', version: '3.3.6'
39+
compile group: 'org.processing', name: 'pde', version: '3.3.6'
40+
compile group: 'org.processing', name: 'java-mode', version: '3.3.6'
41+
compile "org.gradle:gradle-tooling-api:4.2.1"
4242
}
4343

4444
sourceSets {

core/.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="var" path="ANDROID_LIB"/>
5-
<classpathentry kind="lib" path="library/wearable-2.0.0.jar"/>
6-
<classpathentry kind="lib" path="library/support-annotations-25.2.0.jar"/>
7-
<classpathentry kind="lib" path="library/support-compat-25.2.0.jar"/>
8-
<classpathentry kind="lib" path="library/support-fragment-25.2.0.jar"/>
5+
<classpathentry kind="lib" path="library/support-annotations-25.3.1.jar"/>
6+
<classpathentry kind="lib" path="library/support-compat-25.3.1.jar"/>
7+
<classpathentry kind="lib" path="library/support-fragment-25.3.1.jar"/>
8+
<classpathentry kind="lib" path="library/wearable-2.0.5.jar"/>
99
<classpathentry kind="output" path="bin"/>
1010
</classpath>

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ buildscript {
1010

1111
dependencies {
1212
compile name: 'android'
13-
compile name: 'support-compat-25.2.0'
14-
compile name: 'support-fragment-25.2.0'
15-
compile name: 'support-annotations-25.2.0'
16-
compile name: 'wearable-2.0.0'
13+
compile name: 'support-compat-25.3.1'
14+
compile name: 'support-fragment-25.3.1'
15+
compile name: 'support-annotations-25.3.1'
16+
compile name: 'wearable-2.0.5'
1717
}
1818

1919
sourceSets {

core/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<property name="android.platform" value="android-26" />
1717

1818
<!-- Wear version to build the core library -->
19-
<property name="wear.version" value="2.0.0" />
19+
<property name="wear.version" value="2.0.5" />
2020

2121
<!-- Support version to build the core library -->
22-
<property name="support.version" value="25.2.0" />
22+
<property name="support.version" value="25.3.1" />
2323

2424
<target name="build">
2525
<taskdef name="methods"
-163 KB
Binary file not shown.
163 KB
Binary file not shown.

core/library/wearable-2.0.0.jar

-492 KB
Binary file not shown.

core/library/wearable-2.0.5.jar

547 KB
Binary file not shown.

0 commit comments

Comments
 (0)