Skip to content

Commit 1301c87

Browse files
YosuaMichaelfacebook-github-bot
authored andcommitted
[fbsync] Replace jcenter and fix version for android (#6046)
Summary: * Replace jcenter for android * Removing revision 0 from version Reviewed By: NicolasHug Differential Revision: D36760953 fbshipit-source-id: 97628dd792bb7101a8532b1c32a3c9808dec33ed
1 parent b87e0fa commit 1301c87

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

android/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ allprojects {
1515
androidSupportAppCompatV7Version = "28.0.0"
1616
fbjniJavaOnlyVersion = "0.0.3"
1717
soLoaderNativeLoaderVersion = "0.8.0"
18-
pytorchAndroidVersion = "1.10.0"
18+
pytorchAndroidVersion = "1.12"
1919
}
2020

2121
repositories {
2222
google()
2323
mavenCentral()
24-
jcenter()
2524
}
2625

2726
dependencies {
@@ -32,7 +31,7 @@ allprojects {
3231

3332
repositories {
3433
google()
35-
jcenter()
34+
mavenCentral()
3635
}
3736
}
3837

android/ops/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33

44
repositories {
5-
jcenter()
65
mavenCentral()
76
maven {
87
url "https://oss.sonatype.org/content/repositories/snapshots"

android/test_app/app/build.gradle

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

33
repositories {
4-
jcenter()
54
mavenCentral()
65
maven {
76
url "https://oss.sonatype.org/content/repositories/snapshots"

0 commit comments

Comments
 (0)