Unverified Commit 2a35dde3 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Replace jcenter and fix version for android (#6046)

* Replace jcenter for android

* Removing revision 0 from version
parent ff8fae92
......@@ -15,13 +15,12 @@ allprojects {
androidSupportAppCompatV7Version = "28.0.0"
fbjniJavaOnlyVersion = "0.0.3"
soLoaderNativeLoaderVersion = "0.8.0"
pytorchAndroidVersion = "1.10.0"
pytorchAndroidVersion = "1.12"
}
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
......@@ -32,7 +31,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
......
......@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
repositories {
jcenter()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
......
apply plugin: 'com.android.application'
repositories {
jcenter()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment