Skip to content

Commit

Permalink
v2.1 Android/Flutter - New Staging REPO
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Dec 6, 2024
1 parent df8a7ff commit 5131c66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions binding/android/CheetahTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}
dependencies {
Expand All @@ -20,7 +20,7 @@ allprojects {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions binding/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}

Expand All @@ -20,7 +20,7 @@ rootProject.allprojects {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions demo/android/CheetahDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}
dependencies {
Expand All @@ -20,7 +20,7 @@ allprojects {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions demo/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
google()
jcenter()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}

Expand All @@ -17,7 +17,7 @@ allprojects {
google()
jcenter()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1352/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1353/'
}
}
}
Expand Down

0 comments on commit 5131c66

Please sign in to comment.