File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3434 implementation ' androidx.appcompat:appcompat:1.3.1'
3535 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
36- implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
36+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
3737 testImplementation ' junit:junit:4.13.2'
3838 api project(' :code-samples:gvr_common' )
3939 api project(' :code-samples:arcore_client' )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3838 implementation ' androidx.appcompat:appcompat:1.3.1'
3939 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
40- implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
40+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
4141 testImplementation ' junit:junit:4.13.2'
4242 api project(' :code-samples:gvr_common' )
4343 api project(' :code-samples:arcore_client' )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation ' androidx.appcompat:appcompat:1.3.1'
4646 implementation ' com.google.android.material:material:1.4.0'
4747 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
48- implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
48+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
4949 testImplementation ' junit:junit:4.13.2'
5050 api project(' :code-samples:gvr_common' )
5151 api project(' :code-samples:arcore_client' )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation ' androidx.recyclerview:recyclerview:1.2.1'
3434 implementation ' androidx.appcompat:appcompat:1.3.1'
3535 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
36- implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
36+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
3737 testImplementation ' junit:junit:4.13.2'
3838 api project(' :code-samples:gvr_common' )
3939 api project(' :code-samples:arcore_client' )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3333 implementation ' androidx.appcompat:appcompat:1.3.1'
3434 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
35- implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
35+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
3636 testImplementation ' junit:junit:4.13.2'
3737 api project(' :code-samples:gvr_common' )
3838 api project(' :code-samples:arcore_client' )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation ' com.google.android.material:material:1.4.0'
4747 implementation ' androidx.cardview:cardview:1.0.0'
4848 implementation ' androidx.recyclerview:recyclerview:1.2.1'
49- implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
49+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
5050 implementation ' androidx.preference:preference-ktx:1.1.1'
5151 implementation ' androidx.multidex:multidex:2.0.1'
5252 implementation project(' :code-samples:ARBlackPanther' )
You can’t perform that action at this time.
0 commit comments