File tree Expand file tree Collapse file tree 16 files changed +12
-12
lines changed
Expand file tree Collapse file tree 16 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ android {
4747
4848dependencies {
4949 // ARCore library
50- implementation ' com.google.ar:core:1.2.0 '
51- natives ' com.google.ar:core:1.2.0 '
50+ implementation ' com.google.ar:core:1.2.1 '
51+ natives ' com.google.ar:core:1.2.1 '
5252
5353 implementation ' com.android.support:appcompat-v7:27.0.2'
5454 implementation ' com.android.support:design:27.0.2'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222
2323dependencies {
2424 // ARCore library
25- implementation ' com.google.ar:core:1.2.0 '
25+ implementation ' com.google.ar:core:1.2.1 '
2626
2727 // Obj - a simple Wavefront OBJ file loader
2828 // https://github.com/javagl/Obj
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ android {
5151
5252dependencies {
5353 // ARCore library
54- implementation ' com.google.ar:core:1.2.0 '
55- natives ' com.google.ar:core:1.2.0 '
54+ implementation ' com.google.ar:core:1.2.1 '
55+ natives ' com.google.ar:core:1.2.1 '
5656
5757 implementation ' com.android.support:appcompat-v7:27.0.2'
5858 implementation ' com.android.support:design:27.0.2'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525
2626dependencies {
2727 // ARCore library
28- implementation ' com.google.ar:core:1.2.0 '
28+ implementation ' com.google.ar:core:1.2.1 '
2929
3030 // Obj - a simple Wavefront OBJ file loader
3131 // https://github.com/javagl/Obj
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ android {
4747
4848dependencies {
4949 // ARCore library
50- implementation ' com.google.ar:core:1.2.0 '
51- natives ' com.google.ar:core:1.2.0 '
50+ implementation ' com.google.ar:core:1.2.1 '
51+ natives ' com.google.ar:core:1.2.1 '
5252
5353 implementation ' com.android.support:appcompat-v7:27.0.2'
5454 implementation ' com.android.support:design:27.0.2'
You can’t perform that action at this time.
0 commit comments