Skip to content

Commit 71c6493

Browse files
Bump androidx.appcompat:appcompat from 1.0.0 to 1.7.0 in /android
Bumps androidx.appcompat:appcompat from 1.0.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab1fbe9 commit 71c6493

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

β€Žandroid/code-samples/ARBlackPanther/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333

3434
dependencies {
3535
implementation fileTree(dir: 'libs', include: ['*.jar'])
36-
implementation 'androidx.appcompat:appcompat:1.0.0'
36+
implementation 'androidx.appcompat:appcompat:1.7.0'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3939
testImplementation 'junit:junit:4.13.2'

β€Žandroid/code-samples/ARHelloWorldAndroid/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737

3838
dependencies {
3939
implementation fileTree(dir: 'libs', include: ['*.jar'])
40-
implementation 'androidx.appcompat:appcompat:1.0.0'
40+
implementation 'androidx.appcompat:appcompat:1.7.0'
4141
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4343
testImplementation 'junit:junit:4.13.2'

β€Žandroid/code-samples/ARPlacingObjects/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444

4545
dependencies {
4646
implementation fileTree(dir: 'libs', include: ['*.jar'])
47-
implementation 'androidx.appcompat:appcompat:1.0.0'
47+
implementation 'androidx.appcompat:appcompat:1.7.0'
4848
implementation 'com.google.android.material:material:1.12.0'
4949
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

β€Žandroid/code-samples/ARRetail/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
3535
implementation 'androidx.recyclerview:recyclerview:1.3.2'
36-
implementation 'androidx.appcompat:appcompat:1.0.0'
36+
implementation 'androidx.appcompat:appcompat:1.7.0'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3939
testImplementation 'junit:junit:4.13.2'

β€Žandroid/code-samples/ARTesla/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232

3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
35-
implementation 'androidx.appcompat:appcompat:1.0.0'
35+
implementation 'androidx.appcompat:appcompat:1.7.0'
3636
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
3737
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3838
testImplementation 'junit:junit:4.13.2'

β€Žandroid/mainSample/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
}
4747

4848
dependencies {
49-
implementation 'androidx.appcompat:appcompat:1.0.0'
49+
implementation 'androidx.appcompat:appcompat:1.7.0'
5050
implementation 'com.google.android.material:material:1.12.0'
5151
implementation 'androidx.cardview:cardview:1.0.0'
5252
implementation 'androidx.recyclerview:recyclerview:1.3.2'

β€Žandroid/memoryleaktest/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation project(':virocore')
6666
implementation project(':libs:gvr')
6767
implementation 'com.google.ar:core:1.45.0'
68-
implementation "androidx.appcompat:appcompat:1.0.0"
68+
implementation "androidx.appcompat:appcompat:1.7.0"
6969
implementation "androidx.core:core-ktx:1.8.0"
7070
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
7171
}

β€Žandroid/nativetest/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ dependencies {
6868
implementation 'com.google.ar:core:1.45.0'
6969
implementation project(':libs:gvr')
7070
implementation project(':virocore')
71-
implementation "androidx.appcompat:appcompat:1.0.0"
71+
implementation "androidx.appcompat:appcompat:1.7.0"
7272
}

β€Žandroid/releasetest/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
implementation project(':virocore')
8686
implementation 'com.google.ar:core:1.45.0'
8787
implementation project(':libs:gvr')
88-
implementation "androidx.appcompat:appcompat:1.0.0"
88+
implementation "androidx.appcompat:appcompat:1.7.0"
8989
// testing dependencies
9090
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
9191
androidTestImplementation 'androidx.test:rules:1.5.0'

β€Žandroid/renderertest/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ dependencies {
6969
implementation 'com.google.ar:core:1.45.0'
7070
implementation project(':libs:gvr')
7171
implementation project(':virocore')
72-
implementation "androidx.appcompat:appcompat:1.0.0"
72+
implementation "androidx.appcompat:appcompat:1.7.0"
7373
}

0 commit comments

Comments
Β (0)