Skip to content

Commit fa2ac54

Browse files
authored
Retire jcenter() in samples (#803)
1 parent 8eb1304 commit fa2ac54

File tree

90 files changed

+131
-130
lines changed

Some content is hidden

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

90 files changed

+131
-130
lines changed

audio-echo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 29
5-
ndkVersion '21.2.6472646'
5+
ndkVersion '22.1.7171670'
66

77
defaultConfig {
88
applicationId 'com.google.sample.echo'

audio-echo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
6+
mavenCentral()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:4.2.0'
@@ -16,6 +16,6 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
google()
19-
jcenter()
19+
mavenCentral()
2020
}
2121
}

bitmap-plasma/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 29
5-
ndkVersion '21.2.6472646'
5+
ndkVersion '22.1.7171670'
66

77
defaultConfig.with {
88
applicationId 'com.example.plasma'

bitmap-plasma/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:4.2.0'
@@ -12,6 +12,6 @@ buildscript {
1212
allprojects {
1313
repositories {
1414
google()
15-
jcenter()
15+
mavenCentral()
1616
}
1717
}

builder/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apply plugin: 'java'
22

33
repositories {
4-
jcenter()
4+
google()
5+
mavenCentral()
56
}
67

78
dependencies {

camera/basic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 29
5-
ndkVersion '21.2.6472646'
5+
ndkVersion '22.1.7171670'
66

77
defaultConfig {
88
applicationId 'com.sample.camera.basic'

camera/texture-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 29
5-
ndkVersion '21.2.6472646'
5+
ndkVersion '22.1.7171670'
66

77
defaultConfig {
88
applicationId "com.sample.textureview"

display-p3/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:4.2.0'
@@ -12,7 +12,7 @@ buildscript {
1212
allprojects {
1313
repositories {
1414
google()
15-
jcenter()
15+
mavenCentral()
1616
}
1717
}
1818

display-p3/image-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 29
5-
ndkVersion '21.2.6472646'
5+
ndkVersion '22.1.7171670'
66

77
defaultConfig {
88
applicationId = 'com.example.widecolor'

endless-tunnel/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818

1919
android {
2020
compileSdkVersion 29
21-
ndkVersion '21.2.6472646'
21+
ndkVersion '22.1.7171670'
2222

2323
defaultConfig {
2424
applicationId 'com.google.sample.tunnel'

0 commit comments

Comments
 (0)