Skip to content

Commit

Permalink
android release
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 25, 2023
1 parent 08e55dc commit 61b4643
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions binding/android/RhinoTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}

dependencies {
Expand All @@ -27,9 +24,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}
}

Expand Down
6 changes: 0 additions & 6 deletions binding/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ buildscript {
repositories {
google()
jcenter()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}

dependencies {
Expand All @@ -19,9 +16,6 @@ rootProject.allprojects {
repositories {
google()
jcenter()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}
}

Expand Down
6 changes: 0 additions & 6 deletions demo/android/Activity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}

dependencies {
Expand All @@ -27,9 +24,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}
}

Expand Down
6 changes: 0 additions & 6 deletions demo/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ buildscript {
repositories {
google()
jcenter()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}

dependencies {
Expand All @@ -16,9 +13,6 @@ allprojects {
repositories {
google()
jcenter()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1267/'
}
}
}

Expand Down

0 comments on commit 61b4643

Please sign in to comment.