Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 22, 2023
1 parent 114efe3 commit 5aea1e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-1301/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1302/'
}
}
dependencies {
Expand All @@ -20,7 +20,7 @@ allprojects {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1301/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1302/'
}
}
}
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-1301/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1302/'
}
}
dependencies {
Expand All @@ -20,7 +20,7 @@ allprojects {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1301/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1302/'
}
}
}
Expand Down

0 comments on commit 5aea1e5

Please sign in to comment.