diff --git a/binding/android/CheetahTestApp/build.gradle b/binding/android/CheetahTestApp/build.gradle index ebae34db..01dbd8bf 100644 --- a/binding/android/CheetahTestApp/build.gradle +++ b/binding/android/CheetahTestApp/build.gradle @@ -6,9 +6,6 @@ buildscript { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1355/' - } } dependencies { classpath 'com.android.tools.build:gradle:8.2.2' @@ -19,9 +16,6 @@ allprojects { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1355/' - } } } diff --git a/binding/flutter/android/build.gradle b/binding/flutter/android/build.gradle index 8b78d5c1..e966362e 100644 --- a/binding/flutter/android/build.gradle +++ b/binding/flutter/android/build.gradle @@ -5,9 +5,6 @@ buildscript { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/' - } } dependencies { @@ -19,9 +16,6 @@ rootProject.allprojects { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/' - } } } diff --git a/binding/react-native/android/build.gradle b/binding/react-native/android/build.gradle index 426161cf..e5a89ced 100644 --- a/binding/react-native/android/build.gradle +++ b/binding/react-native/android/build.gradle @@ -3,9 +3,6 @@ buildscript { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1355/' - } } dependencies { diff --git a/binding/react-native/test-app/CheetahTestApp/android/build.gradle b/binding/react-native/test-app/CheetahTestApp/android/build.gradle index a9d976d2..d5fe30c6 100644 --- a/binding/react-native/test-app/CheetahTestApp/android/build.gradle +++ b/binding/react-native/test-app/CheetahTestApp/android/build.gradle @@ -14,9 +14,6 @@ buildscript { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1355/' - } } dependencies { classpath("com.android.tools.build:gradle:7.3.1") @@ -39,9 +36,6 @@ allprojects { allprojects { repositories { - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1355/' - } maven { url("$rootDir/../node_modules/detox/Detox-android") } diff --git a/demo/android/CheetahDemo/build.gradle b/demo/android/CheetahDemo/build.gradle index e075f4fb..ad0091b2 100644 --- a/demo/android/CheetahDemo/build.gradle +++ b/demo/android/CheetahDemo/build.gradle @@ -6,9 +6,6 @@ buildscript { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/' - } } dependencies { classpath 'com.android.tools.build:gradle:7.4.2' @@ -19,9 +16,6 @@ allprojects { repositories { google() mavenCentral() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/' - } } } diff --git a/demo/flutter/android/build.gradle b/demo/flutter/android/build.gradle index 6241e0de..98811922 100644 --- a/demo/flutter/android/build.gradle +++ b/demo/flutter/android/build.gradle @@ -2,9 +2,6 @@ buildscript { repositories { google() jcenter() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/' - } } dependencies { @@ -16,9 +13,6 @@ allprojects { repositories { google() jcenter() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/' - } } } diff --git a/demo/react-native/android/build.gradle b/demo/react-native/android/build.gradle index c65db8e3..f44b9e41 100644 --- a/demo/react-native/android/build.gradle +++ b/demo/react-native/android/build.gradle @@ -10,9 +10,6 @@ buildscript { repositories { google() jcenter() - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1355/' - } } dependencies { classpath 'com.android.tools.build:gradle:7.4.2' @@ -34,8 +31,5 @@ allprojects { google() jcenter() maven { url 'https://www.jitpack.io' } - maven { - url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1355/' - } } }