Skip to content

Commit a304f53

Browse files
author
Joseph Dibble
committed
ARCore Android SDK v1.39.0
1 parent 61508d0 commit a304f53

File tree

60 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+63
-63
lines changed

samples/augmented_faces_java/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ android {
4141

4242
dependencies {
4343
// ARCore (Google Play Services for AR) library.
44-
implementation 'com.google.ar:core:1.38.0'
44+
implementation 'com.google.ar:core:1.39.0'
4545

4646
// Obj - a simple Wavefront OBJ file loader
4747
// https://github.com/javagl/Obj
48-
implementation 'de.javagl:obj:0.2.1'
48+
implementation 'de.javagl:obj:0.4.0'
4949

5050
implementation 'androidx.appcompat:appcompat:1.1.0'
5151
implementation 'com.google.android.material:material:1.1.0'
50 Bytes
Binary file not shown.

samples/augmented_faces_java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip

samples/augmented_image_c/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ android {
6868

6969
dependencies {
7070
// ARCore (Google Play Services for AR) library.
71-
implementation 'com.google.ar:core:1.38.0'
72-
natives 'com.google.ar:core:1.38.0'
71+
implementation 'com.google.ar:core:1.39.0'
72+
natives 'com.google.ar:core:1.39.0'
7373

7474
implementation 'androidx.appcompat:appcompat:1.1.0'
7575
implementation 'com.google.android.material:material:1.1.0'
50 Bytes
Binary file not shown.

samples/augmented_image_c/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip

samples/augmented_image_java/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ android {
4141

4242
dependencies {
4343
// ARCore (Google Play Services for AR) library.
44-
implementation 'com.google.ar:core:1.38.0'
44+
implementation 'com.google.ar:core:1.39.0'
4545

4646
// Obj - a simple Wavefront OBJ file loader
4747
// https://github.com/javagl/Obj
48-
implementation 'de.javagl:obj:0.2.1'
48+
implementation 'de.javagl:obj:0.4.0'
4949

5050
// Glide - An image loading and caching library for Android
5151
// https://github.com/bumptech/glide
50 Bytes
Binary file not shown.

samples/augmented_image_java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip

samples/cloud_anchor_java/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ android {
4141

4242
dependencies {
4343
// ARCore (Google Play Services for AR) library.
44-
implementation 'com.google.ar:core:1.38.0'
44+
implementation 'com.google.ar:core:1.39.0'
4545

4646
// Obj - a simple Wavefront OBJ file loader
4747
// https://github.com/javagl/Obj
48-
implementation 'de.javagl:obj:0.2.1'
48+
implementation 'de.javagl:obj:0.4.0'
4949

5050
implementation 'androidx.appcompat:appcompat:1.1.0'
5151
implementation 'com.google.android.material:material:1.1.0'

0 commit comments

Comments
 (0)